diff options
author | Eric Christopher <echristo@gmail.com> | 2018-01-18 21:45:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2018-01-18 21:45:51 +0000 |
commit | 668e6b4b05075ab410f020d96e98986ae98d78da (patch) | |
tree | 53b53bfa40a3ecdac5cf984cf722a7d6937cb188 /llvm/lib/Support/Windows/Signals.inc | |
parent | 8c55e2119968cae0cb3cfc7f0ef62a95e143d9bd (diff) | |
download | bcm5719-llvm-668e6b4b05075ab410f020d96e98986ae98d78da.tar.gz bcm5719-llvm-668e6b4b05075ab410f020d96e98986ae98d78da.zip |
Typo fix SIBABRT -> SIGABRT.
Based on a patch by Henry Wong!
llvm-svn: 322902
Diffstat (limited to 'llvm/lib/Support/Windows/Signals.inc')
-rw-r--r-- | llvm/lib/Support/Windows/Signals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Signals.inc b/llvm/lib/Support/Windows/Signals.inc index 21dd2dd1375..23fc72ec10e 100644 --- a/llvm/lib/Support/Windows/Signals.inc +++ b/llvm/lib/Support/Windows/Signals.inc @@ -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) { |