r301960 - Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 11:51:42 PDT 2017


Author: vedantk
Date: Tue May  2 13:51:41 2017
New Revision: 301960

URL: http://llvm.org/viewvc/llvm-project?rev=301960&view=rev
Log:
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.

Modified:
    cfe/trunk/docs/UndefinedBehaviorSanitizer.rst

Modified: cfe/trunk/docs/UndefinedBehaviorSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UndefinedBehaviorSanitizer.rst?rev=301960&r1=301959&r2=301960&view=diff
==============================================================================
--- cfe/trunk/docs/UndefinedBehaviorSanitizer.rst (original)
+++ cfe/trunk/docs/UndefinedBehaviorSanitizer.rst Tue May  2 13:51:41 2017
@@ -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
 =================
 




More information about the cfe-commits mailing list