summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2025-05-07 11:02:37 -0700
committerJosh Stone <jistone@redhat.com>2025-06-20 16:18:49 -0700
commit1a6321405a717eb156cb33638b6ba76e4c9a6bb6 (patch)
tree81d59815e5c41bc5baf937d54335a40f43fa6469
parent124ec117a9bb1d7eac367196bba3ba02d60f4834 (diff)
downloadrust-1a6321405a717eb156cb33638b6ba76e4c9a6bb6.tar.gz
rust-1a6321405a717eb156cb33638b6ba76e4c9a6bb6.zip
[win] Update LLVM toolchain used to build LLVM to 20
(cherry picked from commit 036b5fcb0241c3dc28823c43b52a80376a4c040a)
-rwxr-xr-xsrc/ci/scripts/install-clang.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/scripts/install-clang.sh b/src/ci/scripts/install-clang.sh
index 5522095e304..a9528e92915 100755
--- a/src/ci/scripts/install-clang.sh
+++ b/src/ci/scripts/install-clang.sh
@@ -10,8 +10,8 @@ IFS=$'\n\t'
 source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
 
 # Update both macOS's and Windows's tarballs when bumping the version here.
-# Try to keep this in sync with src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
-LLVM_VERSION="18.1.4"
+# Try to keep this in sync with src/ci/docker/scripts/build-clang.sh
+LLVM_VERSION="20.1.3"
 
 if isMacOS; then
     # FIXME: This is the latest pre-built version of LLVM that's available for