Skip to content

Commit aafd9df

Browse files
committed
Update host toolchain
1 parent af8e1f5 commit aafd9df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/scripts/build-clang.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -ex
55
source shared.sh
66

77
# Try to keep the LLVM version here in sync with src/ci/scripts/install-clang.sh
8-
LLVM=llvmorg-21.1.0-rc2
8+
#LLVM=llvmorg-21.1.0-rc2
9+
LLVM=9e78d8a4fb0739455ecdfd1751b347fbd7038c13
910

1011
mkdir llvm-project
1112
cd llvm-project

0 commit comments

Comments
 (0)