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
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to