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.
This commit is contained in:
bors 2023-10-07 20:59:32 +00:00
commit 97c81e1b53
1 changed files with 1 additions and 1 deletions

View File

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