We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1610998 commit dd9ec3eCopy full SHA for dd9ec3e
README.md
@@ -106,7 +106,9 @@ This is an example work-flow and configuration to get and build the LLVM source:
106
CPUs you have.
107
108
* This is an example of building the LLVM and clang:
109
- * ``cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DCMAKE_BUILD_TYPE=Release -DLLVM_INCLUDE_TESTS=OFF -DLLVM_USE_NEWPM=OFF``
+ * ``cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS=clang -DCMAKE_BUILD_TYPE=Release -DLLVM_INCLUDE_TESTS=OFF -DLLVM_ENABLE_NEW_PASS_MANAGER=OFF``
110
+
111
+ * ``cmake --build build -j16``
112
113
* For more information see [CMake](https://llvm.org/docs/CMake.html)
114
0 commit comments