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
124
124
## Install to AppVeyor or GitHub Actions Build Image
125
125
### Install LLVM on the build image
126
126
127
- curl -fsSL -o "LLVM-15.0.0 -win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.0 /LLVM-15.0.0 -win64.exe"
128
- LLVM-15.0.0 -win64.exe /S
127
+ curl -fsSL -o "LLVM-15.0.7 -win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7 /LLVM-15.0.7 -win64.exe"
128
+ LLVM-15.0.7 -win64.exe /S
129
129
130
130
### Install from release archives
131
131
@@ -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.09 /LLVM_VS2017.zip"
143
+ curl -fsSL -o "LLVM_VS2017.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.01 /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.09 /LLVM_VS2010_2015.zip"
147
+ curl -fsSL -o "LLVM_VS2010_2015.zip" "https://github.com/zufuliu/llvm-utils/releases/download/v23.01 /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