projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8722f
)
Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"
author
Vedant Kumar
<vsk@apple.com>
Tue, 2 May 2017 18:51:41 +0000
(18:51 +0000)
committer
Vedant Kumar
<vsk@apple.com>
Tue, 2 May 2017 18:51:41 +0000
(18:51 +0000)
This reverts commit r300295.
It's no longer true, print_stacktrace=1 is supported on Darwin/Windows
as of r301839.
llvm-svn: 301960
clang/docs/UndefinedBehaviorSanitizer.rst
patch
|
blob
|
history
diff --git
a/clang/docs/UndefinedBehaviorSanitizer.rst
b/clang/docs/UndefinedBehaviorSanitizer.rst
index
9bec550
..
d6fdad2
100644
(file)
--- a/
clang/docs/UndefinedBehaviorSanitizer.rst
+++ b/
clang/docs/UndefinedBehaviorSanitizer.rst
@@
-157,8
+157,6
@@
will need to:
``UBSAN_OPTIONS=print_stacktrace=1``.
#. Make sure ``llvm-symbolizer`` binary is in ``PATH``.
-Stacktrace printing for UBSan issues is currently not supported on Darwin.
-
Issue Suppression
=================