Skip to content

Commit

Permalink
Auto merge of #116416 - Kobzol:ci-host-llvm-17-0-2, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Oct 7, 2023
2 parents cf21a08 + e53c778 commit 97c81e1
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-17.0.0-rc3
LLVM=llvmorg-17.0.2

mkdir llvm-project
cd llvm-project
Expand Down

0 comments on commit 97c81e1

Please sign in to comment.