Skip to content

Commit 7a87ccb

Browse files
committed
Don't link stdlibUnitTest against the _Distributed library.
We don't use anything from the _Distributed library, and linking it makes back-deployment testing for _Concurrency harder.
1 parent eba9e5b commit 7a87ccb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/private/StdlibUnittest/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
1616
list(APPEND swift_stdlib_unittest_link_libraries "swift_Concurrency")
1717
list(APPEND swift_stdlib_unittest_modules "_Concurrency")
1818
endif()
19-
if (SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED)
20-
list(APPEND swift_stdlib_unittest_link_libraries "swift_Distributed")
21-
endif()
2219

2320
add_swift_target_library(swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
2421
# This file should be listed the first. Module name is inferred from the

0 commit comments

Comments
 (0)