about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2023-03-06 09:14:13 +0100
committerNikita Popov <nikita.ppv@gmail.com>2023-03-11 15:00:00 +0100
commitcbf15176db8f698b830877f80938d073ef0510ac (patch)
tree12122a7f6643e486fd8d786a96a33c20d0f2b519 /src/ci/docker
parente350fe4e608b653da47e8012d13ef701613e717b (diff)
downloadrust-cbf15176db8f698b830877f80938d073ef0510ac.tar.gz
rust-cbf15176db8f698b830877f80938d073ef0510ac.zip
Update host compiler to LLVM 16
This updates the host compiler for dist-x86_64-linux to LLVM 16,
pulling in the BOLT fix at
https://github.com/llvm/llvm-project/commit/1de305da428598d79b7d2d9e70962130142f7ca4,
which is needed to update Rust to LLVM 16.
Diffstat (limited to 'src/ci/docker')
-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