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:
commit
97c81e1b53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user