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.
2 parents ac7c85a + 6b25618 commit f1b8c91Copy full SHA for f1b8c91
cmake/modules/SwiftComponents.cmake
@@ -75,6 +75,8 @@ list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "dev")
75
# These clang header options conflict with 'clang-builtin-headers'.
76
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-resource-dir-symlink")
77
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-builtin-headers-in-clang-resource-dir")
78
+# This conflicts with LLVM itself when doing unified builds.
79
+list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "toolchain-dev-tools")
80
# The sourcekit install variants are currently mutually exclusive.
81
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
82
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "sourcekit-inproc")
0 commit comments