Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuRage authored Jan 3, 2025
1 parent 3792220 commit fb74c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Then [compile LLVM from source](https://github.com/llvm/llvm-project/):
cd llvm-project
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release \
cmake ../llvm \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_PROJECTS="clang;openmp" \
-DLLVM_ENABLE_RTTI=ON \
-DCLANG_INCLUDE_TESTS=OFF \
      ../llvm
-DCLANG_INCLUDE_TESTS=OFF
```

or you can [download the built binaries](https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.8).
Expand Down

0 comments on commit fb74c36

Please sign in to comment.