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 f8d20c8 commit c9c67a0Copy full SHA for c9c67a0
clang/cmake/caches/Release.cmake
@@ -39,7 +39,7 @@ endif()
39
# Don't build flang on Darwin due to:
40
# https://github.com/llvm/llvm-project/issues/160546
41
if (NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
42
- list(APPEND DEFAULT_PROJECT "flang")
+ list(APPEND DEFAULT_PROJECTS "flang")
43
endif()
44
45
set (DEFAULT_RUNTIMES "compiler-rt;libcxx")
0 commit comments