Skip to content

Commit

Permalink
MSVC: Update LLVM and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed May 26, 2023
1 parent 1ddc72a commit 0a3637e
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=16.0.3
@set updllvmsrcver=16.0.4
@if /I "%legacyllvm%"=="y" set updllvmsrcver=15.0.7
@set llvmsrcver=0
@set llvmsrcloc="%devroot%\llvm-project\llvm\CMakeLists.txt"
Expand Down

0 comments on commit 0a3637e

Please sign in to comment.