Skip to content

Commit

Permalink
Revert back to VS
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Mar 9, 2024
1 parent bbe3ce3 commit c45bcf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
BUILD_PROJECT: llvm
BUILD_MASTER: false
LLVM_VERSION: 17.0.6
LLVM_VERSION: 17.0.1

strategy:
fail-fast: false
Expand Down
3 changes: 2 additions & 1 deletion set-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ goto :loop
:msvc17
set TOOLCHAIN=msvc17
set MSVC_TOOLSET_VERSION=143
set CMAKE_GENERATOR=Ninja
set CMAKE_GENERATOR=Visual Studio 17 2022
shift
goto :loop

Expand Down Expand Up @@ -166,6 +166,7 @@ set LLVM_RELEASE_URL=https://github.com/c3lan/win-llvm/releases/download/%LLVM_R

set LLVM_CMAKE_CONFIGURE_FLAGS= ^
-G "%CMAKE_GENERATOR%%CMAKE_GENERATOR_SUFFIX%" ^
-Thost=x64 ^
-DCMAKE_INSTALL_PREFIX=%LLVM_RELEASE_DIR% ^
-DCMAKE_DISABLE_FIND_PACKAGE_LibXml2=TRUE ^
-DLLVM_USE_CRT_DEBUG=%LLVM_CRT%d ^
Expand Down

0 comments on commit c45bcf8

Please sign in to comment.