mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Typo fix SIBABRT -> SIGABRT.
Based on a patch by Henry Wong! llvm-svn: 322902
This commit is contained in:
parent
e7e96e7196
commit
2cb6bd8f84
@ -36,7 +36,7 @@ namespace sys {
|
||||
/// signal delivery.
|
||||
void DontRemoveFileOnSignal(StringRef Filename);
|
||||
|
||||
/// When an error signal (such as SIBABRT or SIGSEGV) is delivered to the
|
||||
/// When an error signal (such as SIGABRT or SIGSEGV) is delivered to the
|
||||
/// process, print a stack trace and then exit.
|
||||
/// \brief Print a stack trace if a fatal signal occurs.
|
||||
/// \param Argv0 the current binary name, used to find the symbolizer
|
||||
|
@ -503,7 +503,7 @@ void sys::DisableSystemDialogsOnCrash() {
|
||||
_set_error_mode(_OUT_TO_STDERR);
|
||||
}
|
||||
|
||||
/// PrintStackTraceOnErrorSignal - When an error signal (such as SIBABRT or
|
||||
/// PrintStackTraceOnErrorSignal - When an error signal (such as SIGABRT or
|
||||
/// SIGSEGV) is delivered to the process, print a stack trace and then exit.
|
||||
void sys::PrintStackTraceOnErrorSignal(StringRef Argv0,
|
||||
bool DisableCrashReporting) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user