]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #101527 - Kobzol:ci-update-llvm, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Fri, 9 Sep 2022 09:05:59 +0000 (09:05 +0000)
committerbors <bors@rust-lang.org>
Fri, 9 Sep 2022 09:05:59 +0000 (09:05 +0000)
commit98f3001eecbe4cbd091c10ffab45b4c164bb507b
treee7a5ea4d560bc876a05562a108ac7afe1566d597
parent4a09adf99fff9b009ff517b9cf5bfce363130e16
parentda464dc00e139225da81421567f67a03f4cca5ca
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`