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 6565# * toolchain-tools -- a subset of tools that we will install to the OSS toolchain.
6666# * testsuite-tools -- extra tools required to run the Swift testsuite.
6767# * 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
6869# * dev -- headers and libraries required to use Swift compiler as a library.
6970set (_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" )
7172
7273# The default install components include all of the defined components, except
7374# for the following exceptions.
@@ -78,7 +79,7 @@ list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "dev")
7879list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-resource-dir-symlink" )
7980list (REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "clang-builtin-headers-in-clang-resource-dir" )
8081# 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" )
8283# The sourcekit install variants are currently mutually exclusive.
8384if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
8485 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
1414file (TO_CMAKE_PATH "${LLVM_BUILD_BINARY_DIR} /bin/FileCheck${CMAKE_EXECUTABLE_SUFFIX} " _SWIFT_UTILS_FILECHECK)
1515swift_install_in_component(PROGRAMS "${_SWIFT_UTILS_FILECHECK} "
1616 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