Windows: Disable LLVM crash dialog boxes.
This commit is contained in:
parent
21b4a9cfdc
commit
e1eff1b0e8
3 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,10 @@ extern "C" void LLVMRustInstallFatalErrorHandler() {
|
|||
install_fatal_error_handler(FatalErrorHandler);
|
||||
}
|
||||
|
||||
extern "C" void LLVMRustDisableSystemDialogsOnCrash() {
|
||||
sys::DisableSystemDialogsOnCrash();
|
||||
}
|
||||
|
||||
extern "C" char *LLVMRustGetLastError(void) {
|
||||
char *Ret = LastError;
|
||||
LastError = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue