File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ The Platform Toolset is "LLVM for Visual Studio 2010 (`LLVM_v100`)" and "LLVM fo
124124## Install to AppVeyor or GitHub Actions Build Image
125125### Install LLVM on the build image
126126
127- curl -fsSL -o "LLVM-16.0.3 -win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.3 /LLVM-16.0.3 -win64.exe"
128- LLVM-16.0.3 -win64.exe /S
127+ curl -fsSL -o "LLVM-16.0.4 -win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.4 /LLVM-16.0.4 -win64.exe"
128+ LLVM-16.0.4 -win64.exe /S
129129
130130### Install from release archives
131131
@@ -140,11 +140,11 @@ The Platform Toolset is "LLVM for Visual Studio 2010 (`LLVM_v100`)" and "LLVM fo
140140
141141Examples:
142142
143- curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.03 /LLVM_VS2017.zip"
143+ curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.05 /LLVM_VS2017.zip"
144144 7z x -y "LLVM_VS2017.zip" >NUL
145145 CALL "LLVM_VS2017\install.bat" 1
146146
147- curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.03 /LLVM_VS2010_2015.zip"
147+ curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.05 /LLVM_VS2010_2015.zip"
148148 7z x -y "LLVM_VS2010_2015.zip" >NUL
149149 CALL "LLVM_VS2010_2015\install.bat" 1
150150
You can’t perform that action at this time.
0 commit comments