Skip to content

Commit 4e6c226

Browse files
committed
Release v23.01.
1 parent e5aa141 commit 4e6c226

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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-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
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

141141
Examples:
142142

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"
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/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"
148148
7z x -y "LLVM_VS2010_2015.zip" >NUL
149149
CALL "LLVM_VS2010_2015\install.bat" 1
150150

0 commit comments

Comments
 (0)