diff options
| author | bors <bors@rust-lang.org> | 2022-09-09 09:05:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-09-09 09:05:59 +0000 |
| commit | 98f3001eecbe4cbd091c10ffab45b4c164bb507b (patch) | |
| tree | e7a5ea4d560bc876a05562a108ac7afe1566d597 | |
| parent | 4a09adf99fff9b009ff517b9cf5bfce363130e16 (diff) | |
| parent | da464dc00e139225da81421567f67a03f4cca5ca (diff) | |
| download | rust-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-x | src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh | 2 |
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 |
