Skip to content

Commit ee48d6a

Browse files
committed
Disable flang
1 parent 21ccc1b commit ee48d6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ endif()
5656

5757
# Don't build flang on Darwin due to:
5858
# https://github.com/llvm/llvm-project/issues/160546
59-
if (NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
59+
# Skip flang build on Windows because it makes the insaller too big.
60+
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
6061
list(APPEND DEFAULT_PROJECTS "flang")
6162
endif()
6263

0 commit comments

Comments
 (0)