summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2014-01-16 14:01:39 +0000
committerAlexander Potapenko <glider@google.com>2014-01-16 14:01:39 +0000
commitf47e667c0503f8605a782aa5986bba5cb52effe8 (patch)
treecab1c57e02ded5b68026ef73763f1ecc2eccc7ac
parent12b9f6535b9a10774b3c2ed79921fd98ccbfa09d (diff)
downloadbcm5719-llvm-f47e667c0503f8605a782aa5986bba5cb52effe8.tar.gz
bcm5719-llvm-f47e667c0503f8605a782aa5986bba5cb52effe8.zip
[ASan] Enough to have llvm-symbolizer in $PATH.
llvm-svn: 199388
-rw-r--r--clang/docs/AddressSanitizer.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/docs/AddressSanitizer.rst b/clang/docs/AddressSanitizer.rst
index 9d14cd13343..36673f39aad 100644
--- a/clang/docs/AddressSanitizer.rst
+++ b/clang/docs/AddressSanitizer.rst
@@ -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
OpenPOWER on IntegriCloud