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`
This commit is contained in:
bors 2022-09-09 09:05:59 +00:00
commit 98f3001eec

View file

@ -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