File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,14 @@ set(LLVM_OPTIONAL_SOURCES
205
205
DispatchGlobalExecutor.cpp
206
206
)
207
207
208
+ set (SWIFT_CONCURRENCY_DEPENDENCIES )
209
+ if ((SWIFT_BUILD_CLANG_OVERLAYS
210
+ OR SWIFT_BUILD_TEST_SUPPORT_MODULES )
211
+ AND (NOT DEFINED SWIFT_BUILD_CLANG_OVERLAYS_SKIP_BUILTIN_FLOAT
212
+ OR NOT SWIFT_BUILD_CLANG_OVERLAYS_SKIP_BUILTIN_FLOAT ))
213
+ set (SWIFT_CONCURRENCY_DEPENDENCIES _Builtin_float )
214
+ endif ()
215
+
208
216
add_swift_target_library (swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
209
217
${SWIFT_RUNTIME_CONCURRENCY_C_SOURCES}
210
218
${SWIFT_RUNTIME_CONCURRENCY_EXECUTOR_SOURCES}
@@ -216,6 +224,7 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
216
224
TaskGroup+addTask.swift.gyb
217
225
Task+startSynchronously.swift.gyb
218
226
227
+ SWIFT_MODULE_DEPENDS ${SWIFT_CONCURRENCY_DEPENDENCIES}
219
228
SWIFT_MODULE_DEPENDS_ANDROID Android
220
229
SWIFT_MODULE_DEPENDS_LINUX Glibc
221
230
SWIFT_MODULE_DEPENDS_LINUX_STATIC Musl
You can’t perform that action at this time.
0 commit comments