Skip to content

Commit 68c7a99

Browse files
authored
Merge pull request swiftlang#29318 from compnerd/tool-less-build
build-script: remove dead CMake options for Swift
2 parents cf0fc7c + 95102bc commit 68c7a99

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

utils/build-script-impl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,23 +1751,6 @@ for host in "${ALL_HOSTS[@]}"; do
17511751
"${swift_cmake_options[@]}"
17521752
)
17531753

1754-
if [[ "${BUILD_TOOLCHAIN_ONLY}" ]]; then
1755-
cmake_options+=(
1756-
-DSWIFT_TOOL_SIL_OPT_BUILD=FALSE
1757-
-DSWIFT_TOOL_SWIFT_IDE_TEST_BUILD=FALSE
1758-
-DSWIFT_TOOL_SWIFT_REMOTEAST_TEST_BUILD=FALSE
1759-
-DSWIFT_TOOL_LLDB_MODULEIMPORT_TEST_BUILD=FALSE
1760-
-DSWIFT_TOOL_SIL_EXTRACT_BUILD=FALSE
1761-
-DSWIFT_TOOL_SWIFT_LLVM_OPT_BUILD=FALSE
1762-
-DSWIFT_TOOL_SWIFT_SDK_ANALYZER_BUILD=FALSE
1763-
-DSWIFT_TOOL_SWIFT_SDK_DIGESTER_BUILD=FALSE
1764-
-DSWIFT_TOOL_SOURCEKITD_TEST_BUILD=FALSE
1765-
-DSWIFT_TOOL_SOURCEKITD_REPL_BUILD=FALSE
1766-
-DSWIFT_TOOL_COMPLETE_TEST_BUILD=FALSE
1767-
-DSWIFT_TOOL_SWIFT_REFLECTION_DUMP_BUILD=FALSE
1768-
)
1769-
fi
1770-
17711754
cmake_options=(
17721755
"${cmake_options[@]}"
17731756
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"

0 commit comments

Comments
 (0)