Update host toolchain

This commit is contained in:
Nikita Popov 2026-01-08 15:32:16 +01:00
parent 3510a9ad0c
commit 749a27975c

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-21.1.0-rc2
LLVM=llvmorg-22.1.0-rc2
mkdir llvm-project
cd llvm-project