File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
77IF  /I " %~1 "   ==  " latest"   (
88git 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" (
2525IF  /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)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments