Skip to content

Commit

Permalink
Merge pull request #113 from jianlingzhong/main
Browse files Browse the repository at this point in the history
Fix build-clang
  • Loading branch information
jeaye authored Oct 19, 2024
2 parents 14692b2 + 62396e1 commit aaf36fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler+runtime/bin/build-clang
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function build()
cd "${srcdir}/llvm-build"

cmake -DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_RUNTIMES=all \
-DCMAKE_CXX_STANDARD=20 \
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" \
-DLLVM_TARGETS_TO_BUILD="host" \
Expand Down

0 comments on commit aaf36fd

Please sign in to comment.