projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7570a3
)
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 6 Sep 2012 03:01:43 +0000
(
03:01
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 6 Sep 2012 03:01:43 +0000
(
03:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163288
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Unix/Signals.inc
patch
|
blob
|
history
diff --git
a/lib/Support/Unix/Signals.inc
b/lib/Support/Unix/Signals.inc
index 519511685dd64667fc66113bc1b6c58563d31ec4..aac0408ce769a6177bffa9e8a0e122548f1a8148 100644
(file)
--- a/
lib/Support/Unix/Signals.inc
+++ b/
lib/Support/Unix/Signals.inc
@@
-293,7
+293,7
@@
static void PrintStackTrace(void *) {
#endif
}
-/// PrintStackTraceOnErrorSignal - When an error signal (such as SI
B
ABRT or
+/// PrintStackTraceOnErrorSignal - When an error signal (such as SI
G
ABRT or
/// SIGSEGV) is delivered to the process, print a stack trace and then exit.
void llvm::sys::PrintStackTraceOnErrorSignal() {
AddSignalHandler(PrintStackTrace, 0);