about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-18 15:01:35 +0000
committerbors <bors@rust-lang.org>2023-03-18 15:01:35 +0000
commit2d0a7def330ed90f416a3429dbb44c5ee2a914e5 (patch)
tree4d93762e890e52dd5dd22e457361af888b405682
parentf177b7cb91acd9debd1ed974e6521edb2ab6b097 (diff)
parentcbf15176db8f698b830877f80938d073ef0510ac (diff)
downloadrust-2d0a7def330ed90f416a3429dbb44c5ee2a914e5.tar.gz
rust-2d0a7def330ed90f416a3429dbb44c5ee2a914e5.zip
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 https://github.com/llvm/llvm-project/commit/1de305da428598d79b7d2d9e70962130142f7ca4, which is needed to update Rust's own LLVM (https://github.com/rust-lang/rust/pull/107224).
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
index 9abfd4e9731..de0fb95efd0 100755
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
@@ -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