Skip to content

Commit e54b183

Browse files
committed
Delete backdeploy concurrency library
This library served its purpose and has overstayed its welcome. The library shipped in Xcode can't change again from the state it was in, so changes to the sources here will not affect that library, which is confusing. The library does not currently build due to changes in the runtime headers, so it does not give meaningful signal to anything anymore. If you need to test things in a backdeploy concurrency environment, use the copy from the toolchain in Xcode as that will give you a far clearer picture of what the code will actually be running with than the state of the sources here did.
1 parent 74a5a5e commit e54b183

File tree

80 files changed

+0
-19710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+0
-19710
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,11 +1289,6 @@ else()
12891289
endif()
12901290
endif()
12911291

1292-
if (BUILD_SWIFT_CONCURRENCY_BACK_DEPLOYMENT_LIBRARIES)
1293-
# Build the back-deployed concurrency library.
1294-
add_subdirectory(stdlib/public/BackDeployConcurrency)
1295-
endif()
1296-
12971292
# Some tools (e.g. swift-reflection-dump) rely on a host swiftRemoteInspection,
12981293
# so ensure we build that when building tools.
12991294
if(SWIFT_INCLUDE_TOOLS OR SWIFT_BUILD_STDLIB_CXX_MODULE)

0 commit comments

Comments
 (0)