From ee9c6ba1f62df23ec74c045fa0bff63052ae57e1 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. llvm-svn: 301960 --- clang/docs/UndefinedBehaviorSanitizer.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/docs/UndefinedBehaviorSanitizer.rst b/clang/docs/UndefinedBehaviorSanitizer.rst index 9bec550..d6fdad2 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 ================= -- 2.7.4