File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Checks: [
24
24
-modernize-macro-to-enum,
25
25
-modernize-redundant-void-arg,
26
26
-modernize-use-designated-initializers,
27
+ -modernize-use-integer-sign-comparison,
27
28
-modernize-use-nodiscard,
28
29
-modernize-use-std-numbers,
29
30
-modernize-use-trailing-return-type,
Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
2
@ rem used for AppVeyor and GitHub Actions
3
3
4
- curl -fsSL -o " LLVM-19.1.5 -win64.exe" " https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5 /LLVM-19.1.5 -win64.exe"
5
- " LLVM-19.1.5 -win64.exe" /S
4
+ curl -fsSL -o " LLVM-19.1.6 -win64.exe" " https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.6 /LLVM-19.1.6 -win64.exe"
5
+ " LLVM-19.1.6 -win64.exe" /S
6
6
7
7
IF /I " %~1 " == " latest" (
8
8
git clone -q --depth=1 --branch=main https://github.com/zufuliu/llvm-utils.git
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ IF /I "%~1" == "i686" (
25
25
IF /I " %~1 " == " llvm" (
26
26
SHIFT
27
27
@ 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-20241203 -ucrt-x86_64.zip" " https://github.com/mstorsjo/llvm-mingw/releases/download/20241203 /llvm-mingw-20241203 -ucrt-x86_64.zip"
29
- 7z x -y -o" C:\" " llvm-mingw-20241203 -ucrt-x86_64.zip" > NUL
30
- move /Y " C:\llvm-mingw-20241203 -ucrt-x86_64" " C:\llvm-mingw"
28
+ curl -fsSL -o " llvm-mingw-20241217 -ucrt-x86_64.zip" " https://github.com/mstorsjo/llvm-mingw/releases/download/20241217 /llvm-mingw-20241217 -ucrt-x86_64.zip"
29
+ 7z x -y -o" C:\" " llvm-mingw-20241217 -ucrt-x86_64.zip" > NUL
30
+ move /Y " C:\llvm-mingw-20241217 -ucrt-x86_64" " C:\llvm-mingw"
31
31
)
You can’t perform that action at this time.
0 commit comments