We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b0c43 commit 6828194Copy full SHA for 6828194
clang/docs/AddressSanitizer.rst
@@ -32,10 +32,7 @@ for the use/testing of AddressSanitizer:
32
33
.. code-block:: console
34
35
- cmake -DCMAKE_BUILD_TYPE=Release \
36
- -DLLVM_ENABLE_PROJECTS="clang" \
37
- -DLLVM_ENABLE_RUNTIMES="compiler-rt" \
38
- ../llvm
+ $ cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="compiler-rt" <path to source>/llvm
39
40
Usage
41
=====
0 commit comments