Skip to content

Commit 7d8713d

Browse files
committed
LLVM 21.1.4.
1 parent 51d50a5 commit 7d8713d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/install_llvm.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@ECHO OFF
22
@rem used for AppVeyor and GitHub Actions
33

4-
curl -fsSL -o "LLVM-21.1.3-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.3/LLVM-21.1.3-win64.exe"
5-
"LLVM-21.1.3-win64.exe" /S
4+
curl -fsSL -o "LLVM-21.1.4-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.4/LLVM-21.1.4-win64.exe"
5+
"LLVM-21.1.4-win64.exe" /S
66

77
IF /I "%~1" == "latest" (
88
git clone -q --depth=1 --branch=main https://github.com/zufuliu/llvm-utils.git

build/install_mingw.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ IF /I "%~1" == "i686" (
2525
IF /I "%~1" == "llvm" (
2626
SHIFT
2727
@rem for CI purpose only, the result binary is dynamic linked against api-ms-win-crt*.dll instead of msvcrt.dll
28-
curl -fsSL -o "llvm-mingw-20251007-ucrt-x86_64.zip" "https://github.com/mstorsjo/llvm-mingw/releases/download/20251007/llvm-mingw-20251007-ucrt-x86_64.zip"
29-
7z x -y -o"C:\" "llvm-mingw-20251007-ucrt-x86_64.zip" >NUL
30-
move /Y "C:\llvm-mingw-20251007-ucrt-x86_64" "C:\llvm-mingw"
28+
curl -fsSL -o "llvm-mingw-20251021-ucrt-x86_64.zip" "https://github.com/mstorsjo/llvm-mingw/releases/download/20251021/llvm-mingw-20251021-ucrt-x86_64.zip"
29+
7z x -y -o"C:\" "llvm-mingw-20251021-ucrt-x86_64.zip" >NUL
30+
move /Y "C:\llvm-mingw-20251021-ucrt-x86_64" "C:\llvm-mingw"
3131
)

0 commit comments

Comments
 (0)