Skip to content

Commit f2a0ff8

Browse files
committed
Update example to use latest LLVM 19.1.7.
1 parent f0d6906 commit f2a0ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Installation
1111
Please download and install LLVM from https://github.com/llvm/llvm-project/releases or https://releases.llvm.org/.
1212

13-
`VS2017\install.bat` can be used to install MSBuild script for Visual Studio 2017, 2019 and 2022. (may require Administrator privilege. In Windows 8 or later, you can quickly open an elevated PowerShell prompt by File -> Open Windows PowerShell -> Open PowerShell as Administrator).
13+
`VS2017\install.bat` can be used to install (may require Administrator privilege) MSBuild script for Visual Studio 2017, 2019 and 2022.
1414

1515
### Visual Studio 2022
1616
The Platform Toolset is "LLVM for Visual Studio 2022 (`LLVM_v143`)", "LLVM for Visual Studio 2019 (`LLVM_v142`)", "LLVM for Visual Studio 2017 (`LLVM_v141`)" and "LLVM for Visual Studio 2017 - Windows XP (`LLVM_v141_xp`)".
@@ -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-18.1.0-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/LLVM-18.1.0-win64.exe"
128-
LLVM-18.1.0-win64.exe /S
127+
curl -fsSL -o "LLVM-19.1.7-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/LLVM-19.1.7-win64.exe"
128+
LLVM-19.1.7-win64.exe /S
129129

130130
### Install from release archives
131131

0 commit comments

Comments
 (0)