Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"
authorVedant Kumar <vsk@apple.com>
Tue, 2 May 2017 18:51:41 +0000 (18:51 +0000)
committerVedant 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

index 9bec550..d6fdad2 100644 (file)
@@ -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
 =================