Skip to content

Commit dd9ec3e

Browse files
buffcowgitee-org
authored andcommitted
update README.md
1 parent 1610998 commit dd9ec3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ This is an example work-flow and configuration to get and build the LLVM source:
106106
CPUs you have.
107107

108108
* 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``
109+
* ``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``
110112

111113
* For more information see [CMake](https://llvm.org/docs/CMake.html)
112114

0 commit comments

Comments
 (0)