Skip to content

Commit

Permalink
MSVC build: Update LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Nov 29, 2023
1 parent 8b5ab44 commit d6f0019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/modules/llvm.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@if /I NOT "%cfgllvmbuild%"=="y" GOTO skipllvm

@rem Get/update LLVM source code
@set updllvmsrcver=17.0.5
@set updllvmsrcver=17.0.6
@if /I "%legacyllvm%"=="y" set updllvmsrcver=16.0.6
@set llvmsrcver=0
@set llvmsrcloc="%devroot%\llvm-project\llvm\CMakeLists.txt"
Expand Down

0 comments on commit d6f0019

Please sign in to comment.