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.
1 parent 8945280 commit a015e4cCopy full SHA for a015e4c
unittests/runtime/CMakeLists.txt
@@ -55,7 +55,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
55
56
if(SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
57
list(APPEND PLATFORM_SOURCES
58
- TaskFuture.cpp
59
TaskStatus.cpp
60
)
61
list(APPEND PLATFORM_TARGET_LINK_LIBRARIES
@@ -67,7 +66,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
67
66
set(LLVM_OPTIONAL_SOURCES
68
weak.mm
69
Refcounting.mm
70
71
TaskStatus.cpp)
72
73
add_swift_unittest(SwiftRuntimeTests
unittests/runtime/TaskFuture.cpp
0 commit comments