Auto merge of #137189 - Kobzol:update-host-llvm, r=nikic

Update host LLVM to 20.1 on CI

r? `@ghost`
This commit is contained in:
bors 2025-02-22 22:58:17 +00:00
commit 07697360ae

View file

@ -5,7 +5,7 @@ set -ex
source shared.sh
# Try to keep the LLVM version here in sync with src/ci/scripts/install-clang.sh
LLVM=llvmorg-19.1.0-rc3
LLVM=llvmorg-20.1.0-rc2
mkdir llvm-project
cd llvm-project