Skip to content

Commit

Permalink
Update host compiler to LLVM 16
Browse files Browse the repository at this point in the history
This updates the host compiler for dist-x86_64-linux to LLVM 16,
pulling in the BOLT fix at
llvm/llvm-project@1de305d,
which is needed to update Rust to LLVM 16.
  • Loading branch information
nikic committed Mar 11, 2023
1 parent e350fe4 commit cbf1517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

source shared.sh

LLVM=llvmorg-15.0.0
LLVM=llvmorg-16.0.0-rc4

mkdir llvm-project
cd llvm-project
Expand Down

0 comments on commit cbf1517

Please sign in to comment.