Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97c81e1

Browse files
committedOct 7, 2023
Auto merge of #116416 - Kobzol:ci-host-llvm-17-0-2, r=Mark-Simulacrum
Bump host compiler on x64 dist Linux to LLVM 17.0.2 17.0.0-rc3 had a bunch of miscompilations, and it's probably better in general not to use a RC version of LLVM long term on CI.
2 parents cf21a08 + e53c778 commit 97c81e1

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-17.0.0-rc3
7+
LLVM=llvmorg-17.0.2
88

99
mkdir llvm-project
1010
cd llvm-project

0 commit comments

Comments
 (0)