Skip to content

Commit 46e4ab0

Browse files
committed
---
yaml --- r: 346987 b: refs/heads/master c: c8eafe5 h: refs/heads/master i: 346985: e15557b 346983: df3aa02
1 parent 69427b7 commit 46e4ab0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9b36c84e1fe60514283cb4eb242c20825131abc5
2+
refs/heads/master: c8eafe51b1e7ffe609d5d600371e8f7efe13775d
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/cmake/modules/SwiftComponents.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "dev")
7575
# These clang header options conflict with 'clang-builtin-headers'.
7676
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-resource-dir-symlink")
7777
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")
7880
# The sourcekit install variants are currently mutually exclusive.
7981
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
8082
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "sourcekit-inproc")

0 commit comments

Comments
 (0)