Skip to content

Commit 41cd0ea

Browse files
authored
Merge pull request #72501 from mikeash/remove-externalgenericmetadatabuilder
[Runtime] Remove ExternalGenericMetadataBuilder.
2 parents 3c3ef07 + 0491192 commit 41cd0ea

26 files changed

+6
-3763
lines changed

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ option(SWIFT_BUILD_REMOTE_MIRROR
222222
"Build the Swift Remote Mirror Library"
223223
TRUE)
224224

225-
option(SWIFT_BUILD_EXTERNAL_GENERIC_METADATA_BUILDER
226-
"Build the Swift External Generic Metadata Builder Library"
227-
TRUE)
228-
229225
option(SWIFT_BUILD_DYNAMIC_STDLIB
230226
"Build dynamic variants of the Swift standard library"
231227
TRUE)
@@ -1301,11 +1297,6 @@ if(SWIFT_BUILD_REMOTE_MIRROR)
13011297
message(STATUS "")
13021298
endif()
13031299

1304-
if(SWIFT_BUILD_EXTERNAL_GENERIC_METADATA_BUILDER)
1305-
message(STATUS "Building Swift External Generic Metadata Builder for SDKs: ${SWIFT_SDKS}")
1306-
message(STATUS "")
1307-
endif()
1308-
13091300
#
13101301
# Find required dependencies.
13111302
#

cmake/modules/SwiftComponents.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# * llvm-toolchain-dev-tools -- install LLVM development tools useful in a shared toolchain
7171
# * dev -- headers and libraries required to use Swift compiler as a library.
7272
set(_SWIFT_DEFINED_COMPONENTS
73-
"autolink-driver;back-deployment;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;libexec;stdlib;stdlib-experimental;sdk-overlay;static-mirror-lib;swift-syntax-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;swift-external-generic-metadata-builder;swift-external-generic-metadata-builder-headers")
73+
"autolink-driver;back-deployment;compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;libexec;stdlib;stdlib-experimental;sdk-overlay;static-mirror-lib;swift-syntax-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")
7474

7575
# The default install components include all of the defined components, except
7676
# for the following exceptions.

lib/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,3 @@ add_subdirectory(StaticMirror)
7575
add_subdirectory(SymbolGraphGen)
7676
add_subdirectory(SwiftSyntax)
7777
add_subdirectory(Threading)
78-
79-
if(SWIFT_BUILD_EXTERNAL_GENERIC_METADATA_BUILDER)
80-
add_subdirectory(ExternalGenericMetadataBuilder)
81-
endif()

lib/ExternalGenericMetadataBuilder/CMakeLists.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)