Skip to content

Commit 0bd7bbf

Browse files
authored
Merge pull request swiftlang#33546 from compnerd/msvc-not-clang
build: switch to `cl` instead of `clang-cl` for lldb
2 parents db46d04 + 9ecd2a0 commit 0bd7bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-windows-rebranch.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ cmake^
279279
-B "%build_root%\lldb"^
280280
-G Ninja^
281281
-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%^
282-
-DCMAKE_C_COMPILER=clang-cl^
283-
-DCMAKE_CXX_COMPILER=clang-cl^
282+
-DCMAKE_C_COMPILER=cl^
283+
-DCMAKE_CXX_COMPILER=cl^
284284
-DCMAKE_INSTALL_PREFIX:PATH=%install_directory%^
285285
-DLLVM_DIR:PATH=%build_root%\llvm\lib\cmake\llvm^
286286
-DClang_DIR:PATH=%build_root%\llvm\lib\cmake\clang^

0 commit comments

Comments
 (0)