diff options
| author | Alexander Potapenko <glider@google.com> | 2014-01-16 14:01:39 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2014-01-16 14:01:39 +0000 |
| commit | f47e667c0503f8605a782aa5986bba5cb52effe8 (patch) | |
| tree | cab1c57e02ded5b68026ef73763f1ecc2eccc7ac | |
| parent | 12b9f6535b9a10774b3c2ed79921fd98ccbfa09d (diff) | |
| download | bcm5719-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.rst | 3 |
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 |

