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 21ccc1b commit ee48d6aCopy full SHA for ee48d6a
clang/cmake/caches/Release.cmake
@@ -56,7 +56,8 @@ endif()
56
57
# Don't build flang on Darwin due to:
58
# https://github.com/llvm/llvm-project/issues/160546
59
-if (NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
+# Skip flang build on Windows because it makes the insaller too big.
60
+if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
61
list(APPEND DEFAULT_PROJECTS "flang")
62
endif()
63
0 commit comments