From 7f6984326f2a379ecea2c0bb629afafe5e1d0875 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 2 May 2017 18:51:41 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301960 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UndefinedBehaviorSanitizer.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/UndefinedBehaviorSanitizer.rst b/docs/UndefinedBehaviorSanitizer.rst index 9bec550635..d6fdad2a0c 100644 --- a/docs/UndefinedBehaviorSanitizer.rst +++ b/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 ================= -- 2.40.0