Skip to content

Commit 2d0a7de

Browse files
committed
Auto merge of #108802 - nikic:bolt-update, r=Mark-Simulacrum
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 (#107224).
2 parents f177b7c + cbf1517 commit 2d0a7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
source shared.sh
66

7-
LLVM=llvmorg-15.0.0
7+
LLVM=llvmorg-16.0.0-rc4
88

99
mkdir llvm-project
1010
cd llvm-project

0 commit comments

Comments
 (0)