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 3bddb3c commit d188a03Copy full SHA for d188a03
clang/cmake/caches/llvm-toolchain/usage.rst
@@ -15,6 +15,7 @@ The build is done in 4 stages:
15
16
## Usage
17
18
-..
19
- cmake -S llvm -B build -C clang/cmake/caches/llvm-toolchain/stage1.cmake
20
- ninja stage3-install-distribution
+::
+
+ $ cmake -S llvm -B build -C clang/cmake/caches/llvm-toolchain/stage1.cmake
21
+ $ ninja stage3-install-distribution
0 commit comments