about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-07 20:59:32 +0000
committerbors <bors@rust-lang.org>2023-10-07 20:59:32 +0000
commit97c81e1b537088f1881c8894ee8579812ed9b6d1 (patch)
tree0abff2b0d2c08ea88c9b9aea4dcf0e9c73bb8fce
parentcf21a0823b8a863fb3f1ed33d7d31bfd4881c2d3 (diff)
parente53c7787772679918e55106a8b22bee1b92b8b57 (diff)
downloadrust-97c81e1b537088f1881c8894ee8579812ed9b6d1.tar.gz
rust-97c81e1b537088f1881c8894ee8579812ed9b6d1.zip
Auto merge of #116416 - Kobzol:ci-host-llvm-17-0-2, r=Mark-Simulacrum
Bump host compiler on x64 dist Linux to LLVM 17.0.2

17.0.0-rc3 had a bunch of miscompilations, and it's probably better in general not to use a RC version of LLVM long term on CI.
-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 02b023fe75b..56ee348a337 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-17.0.0-rc3
+LLVM=llvmorg-17.0.2
 
 mkdir llvm-project
 cd llvm-project