Skip to content

Commit eeb3bdc

Browse files
Auto merge of #144117 - nikic:llvm-21-host, r=<try>
Update dist-x86_64-linux host toolchain to LLVM 21 This updates the host clang used to build LLVM, as well as llvm-bolt. This avoids the bolt miscompile encountered in #144116. r? `@ghost`
2 parents 1aa5b22 + 838cf2b commit eeb3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-20.1.0-rc2
8+
LLVM=llvmorg-21.1.0-rc1
99

1010
mkdir llvm-project
1111
cd llvm-project

0 commit comments

Comments
 (0)