File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ The Platform Toolset is "LLVM for Visual Studio 2010 (`LLVM_v100`)" and "LLVM fo
140
140
141
141
Examples:
142
142
143
- curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.03 /LLVM_VS2017.zip"
143
+ curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.09 /LLVM_VS2017.zip"
144
144
7z x -y "LLVM_VS2017.zip" >NUL
145
145
CALL "LLVM_VS2017\install.bat" 1
146
146
147
- curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.03 /LLVM_VS2010_2015.zip"
147
+ curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v22.09 /LLVM_VS2010_2015.zip"
148
148
7z x -y "LLVM_VS2010_2015.zip" >NUL
149
149
CALL "LLVM_VS2010_2015\install.bat" 1
150
150
You can’t perform that action at this time.
0 commit comments