Skip to content

Commit

Permalink
Auto merge of #101527 - Kobzol:ci-update-llvm, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bors committed Sep 9, 2022
2 parents 4a09adf + da464dc commit 98f3001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98f3001

Please sign in to comment.