Skip to content

Commit

Permalink
MSVC: Build environment updates
Browse files Browse the repository at this point in the history
pal1000 committed Mar 9, 2024
1 parent ce2fdac commit 7930d29
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildscript/modules/llvm.cmd
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
@if /I NOT "%cfgllvmbuild%"=="y" GOTO skipllvm

@rem Get/update LLVM source code
@set updllvmsrcver=17.0.6
@if /I "%legacyllvm%"=="y" set updllvmsrcver=16.0.6
@set updllvmsrcver=18.1.1
@if /I "%legacyllvm%"=="y" set updllvmsrcver=17.0.6
@set llvmsrcver=0
@set llvmsrcloc="%devroot%\llvm-project\llvm\CMakeLists.txt"
@if NOT EXIST %llvmsrcloc% set llvmsrcloc="%devroot%\llvm\CMakeLists.txt"
2 changes: 1 addition & 1 deletion buildscript/modules/spirv.cmd
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
@IF EXIST "%devroot%\spirv-tools\DEPS" IF NOT EXIST "%devroot%\spirv-tools\external\spirv-headers\" IF %gitstate% EQU 0 set canspvtools=0
@if %cmakestate% EQU 0 set canspvtools=0

@set spvtoolsrel=v2023.6.rc1
@set spvtoolsrel=v2024.1.rc1
@IF EXIST "%devroot%\spirv-tools\external\" IF %gitstate% GTR 0 (
@echo Updating SPIRV tools source code...
@cd "%devroot%\spirv-tools"

0 comments on commit 7930d29

Please sign in to comment.