Skip to content

Commit 036b5fc

Browse files
committed
[win] Update LLVM toolchain used to build LLVM to 20
1 parent f5d3fe2 commit 036b5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/scripts/install-clang.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ IFS=$'\n\t'
1010
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1111

1212
# Update both macOS's and Windows's tarballs when bumping the version here.
13-
# Try to keep this in sync with src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
14-
LLVM_VERSION="18.1.4"
13+
# Try to keep this in sync with src/ci/docker/scripts/build-clang.sh
14+
LLVM_VERSION="20.1.3"
1515

1616
if isMacOS; then
1717
# FIXME: This is the latest pre-built version of LLVM that's available for

0 commit comments

Comments
 (0)