Skip to content

Commit

Permalink
build clang 20-init
Browse files Browse the repository at this point in the history
Signed-off-by: onettboots <[email protected]>
  • Loading branch information
onettboots committed Oct 26, 2024
1 parent 5b0c7df commit 7ed6b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msg "Building LLVM..."
./build-llvm.py \
--clang-vendor "Bool-X" \
--targets "ARM;AArch64;X86" \
--branch "llvmorg-17-init" \
--branch "llvmorg-20-init" \
--defines "LLVM_PARALLEL_COMPILE_JOBS=$(nproc) LLVM_PARALLEL_LINK_JOBS=$(nproc) CMAKE_C_FLAGS=-O3 CMAKE_CXX_FLAGS=-O3 LLVM_USE_LINKER=lld LLVM_ENABLE_LLD=ON" \
"$repo_flag" \
--projects "clang;lld;polly;compiler-rt;bolt" \
Expand Down

0 comments on commit 7ed6b1c

Please sign in to comment.