[win] Update LLVM toolchain used to build LLVM to 20

(cherry picked from commit 036b5fcb02)
This commit is contained in:
Daniel Paoliello 2025-05-07 11:02:37 -07:00 committed by Josh Stone
parent 124ec117a9
commit 1a6321405a

View file

@ -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