r199388 - [ASan] Enough to have llvm-symbolizer in $PATH.

Alexander Potapenko glider at google.com
Thu Jan 16 06:01:39 PST 2014


Author: glider
Date: Thu Jan 16 08:01:39 2014
New Revision: 199388

URL: http://llvm.org/viewvc/llvm-project?rev=199388&view=rev
Log:
[ASan] Enough to have llvm-symbolizer in $PATH.

Modified:
    cfe/trunk/docs/AddressSanitizer.rst

Modified: cfe/trunk/docs/AddressSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AddressSanitizer.rst?rev=199388&r1=199387&r2=199388&view=diff
==============================================================================
--- cfe/trunk/docs/AddressSanitizer.rst (original)
+++ cfe/trunk/docs/AddressSanitizer.rst Thu Jan 16 08:01:39 2014
@@ -63,7 +63,8 @@ or:
 If a bug is detected, the program will print an error message to stderr and
 exit with a non-zero exit code. To make AddressSanitizer symbolize its output
 you need to set the ``ASAN_SYMBOLIZER_PATH`` environment variable to point to
-the ``llvm-symbolizer`` binary:
+the ``llvm-symbolizer`` binary (or make sure ``llvm-symbolizer`` is in your
+``$PATH``):
 
 .. code-block:: console
 





More information about the cfe-commits mailing list