Skip to content

Commit 6828194

Browse files
[Sanitizer][Docs] Reformat CMake invocation in docs
This was based on post-commit reviewer feedback in #68636.
1 parent 24b0c43 commit 6828194

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/docs/AddressSanitizer.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ for the use/testing of AddressSanitizer:
3232

3333
.. code-block:: console
3434
35-
cmake -DCMAKE_BUILD_TYPE=Release \
36-
-DLLVM_ENABLE_PROJECTS="clang" \
37-
-DLLVM_ENABLE_RUNTIMES="compiler-rt" \
38-
../llvm
35+
$ cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="compiler-rt" <path to source>/llvm
3936
4037
Usage
4138
=====

0 commit comments

Comments
 (0)