We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED
1 parent d3e28c1 commit 7a5f534Copy full SHA for 7a5f534
unittests/runtime/CMakeLists.txt
@@ -88,15 +88,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
88
list(APPEND PLATFORM_SOURCES Mutex.cpp)
89
endif()
90
91
- if(SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED)
92
-# list(APPEND PLATFORM_SOURCES
93
-# DistributedActor.cpp
94
-# )
95
- list(APPEND PLATFORM_TARGET_LINK_LIBRARIES
96
- swift_Distributed${SWIFT_PRIMARY_VARIANT_SUFFIX}
97
- )
98
- endif()
99
-
100
# Don't complain about these files not being in the sources list.
101
set(LLVM_OPTIONAL_SOURCES
102
weak.mm
0 commit comments