Skip to content

Commit

Permalink
Auto merge of rust-lang#108802 - nikic:bolt-update, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update host compiler to LLVM 16

Update the host compiler for dist-x86_64-linux to LLVM 16. In particular, this pulls in llvm/llvm-project@1de305d, which is needed to update Rust's own LLVM (rust-lang#107224).
  • Loading branch information
bors committed Mar 18, 2023
2 parents f177b7c + cbf1517 commit 2d0a7de
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 2d0a7de

Please sign in to comment.