We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d3fe2 commit 036b5fcCopy full SHA for 036b5fc
src/ci/scripts/install-clang.sh
@@ -10,8 +10,8 @@ IFS=$'\n\t'
10
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
11
12
# 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"
+# Try to keep this in sync with src/ci/docker/scripts/build-clang.sh
+LLVM_VERSION="20.1.3"
15
16
if isMacOS; then
17
# FIXME: This is the latest pre-built version of LLVM that's available for
0 commit comments