File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9b36c84e1fe60514283cb4eb242c20825131abc5
2
+ refs/heads/master: c8eafe51b1e7ffe609d5d600371e8f7efe13775d
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "dev")
75
75
# These clang header options conflict with 'clang-builtin-headers'.
76
76
list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-resource-dir-symlink" )
77
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" )
78
80
# The sourcekit install variants are currently mutually exclusive.
79
81
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
80
82
list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "sourcekit-inproc" )
You can’t perform that action at this time.
0 commit comments