Skip to content

Commit 98f3001

Browse files
committed
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`
2 parents 4a09adf + da464dc commit 98f3001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
source shared.sh
66

7-
LLVM=llvmorg-14.0.5
7+
LLVM=llvmorg-15.0.0
88

99
mkdir llvm-project
1010
cd llvm-project

0 commit comments

Comments
 (0)