aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/UndefinedBehaviorSanitizer.rst
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-05-02 18:51:41 +0000
committerVedant Kumar <vsk@apple.com>2017-05-02 18:51:41 +0000
commitee9c6ba1f62df23ec74c045fa0bff63052ae57e1 (patch)
treeb8c0b5e4045aa31efef4c73bfc3baecb4c5e658c /clang/docs/UndefinedBehaviorSanitizer.rst
parentab8722f80a23169c2e45dfa129216979a6fb54f8 (diff)
downloadllvm-ee9c6ba1f62df23ec74c045fa0bff63052ae57e1.zip
llvm-ee9c6ba1f62df23ec74c045fa0bff63052ae57e1.tar.gz
llvm-ee9c6ba1f62df23ec74c045fa0bff63052ae57e1.tar.bz2
Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"
This reverts commit r300295. It's no longer true, print_stacktrace=1 is supported on Darwin/Windows as of r301839. llvm-svn: 301960
Diffstat (limited to 'clang/docs/UndefinedBehaviorSanitizer.rst')
-rw-r--r--clang/docs/UndefinedBehaviorSanitizer.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/docs/UndefinedBehaviorSanitizer.rst b/clang/docs/UndefinedBehaviorSanitizer.rst
index 9bec550..d6fdad2a 100644
--- 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
=================