Skip to content

Commit f02b6cf

Browse files
Update README.md
Replacing llvm/clang build command. Noticed a typo when running locally
1 parent 3fcf2e1 commit f02b6cf

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,7 @@ cd ~/clang-source/build-llvm
209209
Configure the LLVM/Clang build with CMake:
210210

211211
```
212-
cmake -S ~/clang-source/llvm -B ~/clang-source/build-llvm -DCMAKE_BUILD_TYPE=Release \
213-
-DLLVM_ENABLE_ASSERTIONS=ON \
214-
-DLLVM_UNREACHABLE_OPTIMIZE=ON \\
215-
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
216-
-DCLANG_DEFAULT_CXX_STDLIB=libc++ \
217-
-DLLVM_ENABLE_PROJECTS=clang -G Ninja
212+
ccmake -S ~/clang-source/llvm -B ~/clang-source/build-llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_UNREACHABLE_OPTIMIZE=ON -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" -DCLANG_DEFAULT_CXX_STDLIB=libc++ -DLLVM_ENABLE_PROJECTS=clang -G Ninja
218213
219214
```
220215

0 commit comments

Comments
 (0)