We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8912345 commit b5656c5Copy full SHA for b5656c5
clang/cmake/caches/Release.cmake
@@ -31,7 +31,7 @@ endfunction()
31
# cmake -D LLVM_RELEASE_ENABLE_PGO=ON -C Release.cmake
32
33
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
34
- set (DEFAULT_PROJECTS "clang;lld;lldb;clang-tools-extra")
+ set (DEFAULT_PROJECTS "clang;lld")
35
else()
36
set (DEFAULT_PROJECTS "clang;lld;lldb;clang-tools-extra;polly;mlir;flang")
37
endif()
0 commit comments