about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-09-09 09:05:59 +0000
committerbors <bors@rust-lang.org>2022-09-09 09:05:59 +0000
commit98f3001eecbe4cbd091c10ffab45b4c164bb507b (patch)
treee7a5ea4d560bc876a05562a108ac7afe1566d597
parent4a09adf99fff9b009ff517b9cf5bfce363130e16 (diff)
parentda464dc00e139225da81421567f67a03f4cca5ca (diff)
downloadrust-98f3001eecbe4cbd091c10ffab45b4c164bb507b.tar.gz
rust-98f3001eecbe4cbd091c10ffab45b4c164bb507b.zip
Auto merge of #101527 - Kobzol:ci-update-llvm, r=Mark-Simulacrum
Update LLVM used in x86 CI dist builds to `15.0.0`

LLVM 15.0.0 has been released, so we can use it in CI builds. We need (at least) LLVM 15 for BOLT, and we regularly update to most recent stable versions. It would also be good to first see the perf. effect of upgrading by itself, to have a better baseline for BOLT.

r? `@Mark-Simulacrum`
-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 1025f5bce80..fa780e1e45e 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-14.0.5
+LLVM=llvmorg-15.0.0
 
 mkdir llvm-project
 cd llvm-project