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
This commit is contained in:
Vedant Kumar 2017-05-02 18:51:41 +00:00
parent ab8722f80a
commit ee9c6ba1f6
1 changed files with 0 additions and 2 deletions

View 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
=================