File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ set(SWIFT_ENABLE_GOLD_LINKER FALSE CACHE BOOL
86
86
"Enable using the gold linker when available" )
87
87
88
88
set (_SWIFT_KNOWN_INSTALL_COMPONENTS
89
- "autolink-driver;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;stdlib;stdlib-experimental;sdk-overlay;editor-integration;tools;testsuite-tools;dev;license;sourcekit-xpc-service;sourcekit-inproc;swift-remote-mirror-headers" )
89
+ "autolink-driver;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;stdlib;stdlib-experimental;sdk-overlay;editor-integration;tools;testsuite-tools;toolchain-dev-tools; dev;license;sourcekit-xpc-service;sourcekit-inproc;swift-remote-mirror-headers" )
90
90
91
91
# Set the SWIFT_INSTALL_COMPONENTS variable to the default value if it is not passed in via -D
92
92
set (SWIFT_INSTALL_COMPONENTS "${_SWIFT_KNOWN_INSTALL_COMPONENTS} " CACHE STRING
@@ -112,6 +112,7 @@ set(SWIFT_INSTALL_COMPONENTS "${_SWIFT_KNOWN_INSTALL_COMPONENTS}" CACHE STRING
112
112
# * tools -- tools (other than the compiler) useful for developers writing
113
113
# Swift code.
114
114
# * testsuite-tools -- extra tools required to run the Swift testsuite.
115
+ # * toolchain-dev-tools -- install development tools useful in a shared toolchain
115
116
# * dev -- headers and libraries required to use Swift compiler as a library.
116
117
117
118
set (SWIFT_SDKS "" CACHE STRING
Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ swift_install_in_component(tools
8
8
FILES swift-api-dump.py
9
9
DESTINATION bin )
10
10
11
+ # We install LLVM's FileCheck, if requested.
12
+ swift_install_in_component (toolchain-dev-tools
13
+ FILES "${SWIFT_PATH_TO_LLVM_BUILD} /bin/FileCheck"
14
+ DESTINATION bin )
You can’t perform that action at this time.
0 commit comments