Skip to content

Commit 6932e83

Browse files
committed
Stop ignore EnableVectorLength property, it's supported since LLVM 22.1.0.
1 parent 87d3985 commit 6932e83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

VS2017/LLVM/LLVM.Common.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@
196196
<EnableFuzzer/>
197197
<EnableParallelCodeGeneration/>
198198
<EnablePREfast/>
199-
<EnableVectorLength/>
200199
<EnforceTypeConversionRules/>
201200
<ErrorReporting/>
202201
<ExpandAttributedSource/>

VS2017/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ FOR /f "delims=" %%A IN ('"%VSWHERE%" -products Microsoft.VisualStudio.Product.B
5353
)
5454

5555
IF %SUCCESS% == 0 (
56-
ECHO Visual C++ 2017, 2019 or 2022 NOT Installed.
56+
ECHO Visual C++ 2017, 2019, 2022 or 2026 NOT Installed.
5757
IF "%EXIT_ON_ERROR%" == "" PAUSE
5858
)
5959

0 commit comments

Comments
 (0)