File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 65
65
# * toolchain-tools -- a subset of tools that we will install to the OSS toolchain.
66
66
# * testsuite-tools -- extra tools required to run the Swift testsuite.
67
67
# * toolchain-dev-tools -- install development tools useful in a shared toolchain
68
+ # * llvm-toolchain-dev-tools -- install LLVM development tools useful in a shared toolchain
68
69
# * dev -- headers and libraries required to use Swift compiler as a library.
69
70
set (_SWIFT_DEFINED_COMPONENTS
70
- "autolink-driver;back-deployment;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;stdlib;stdlib-experimental;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;toolchain-dev-tools;dev;license;sourcekit-xpc-service;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers" )
71
+ "autolink-driver;back-deployment;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;stdlib;stdlib-experimental;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;toolchain-dev-tools;llvm-toolchain-dev-tools; dev;license;sourcekit-xpc-service;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers" )
71
72
72
73
# The default install components include all of the defined components, except
73
74
# for the following exceptions.
@@ -78,7 +79,7 @@ list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "dev")
78
79
list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-resource-dir-symlink" )
79
80
list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-builtin-headers-in-clang-resource-dir" )
80
81
# This conflicts with LLVM itself when doing unified builds.
81
- list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "toolchain-dev-tools" )
82
+ list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "llvm- toolchain-dev-tools" )
82
83
# The sourcekit install variants are currently mutually exclusive.
83
84
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
84
85
list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "sourcekit-inproc" )
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ swift_install_in_component(PROGRAMS swift-api-dump.py
14
14
file (TO_CMAKE_PATH "${LLVM_BUILD_BINARY_DIR} /bin/FileCheck${CMAKE_EXECUTABLE_SUFFIX} " _SWIFT_UTILS_FILECHECK )
15
15
swift_install_in_component (PROGRAMS "${_SWIFT_UTILS_FILECHECK} "
16
16
DESTINATION bin
17
- COMPONENT toolchain-dev-tools )
17
+ COMPONENT llvm- toolchain-dev-tools )
You can’t perform that action at this time.
0 commit comments