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
205205 DispatchGlobalExecutor.cpp
206206)
207207
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+
208216add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
209217 ${SWIFT_RUNTIME_CONCURRENCY_C_SOURCES}
210218 ${SWIFT_RUNTIME_CONCURRENCY_EXECUTOR_SOURCES}
@@ -216,6 +224,7 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
216224 TaskGroup+addTask.swift.gyb
217225 Task+startSynchronously.swift.gyb
218226
227+ SWIFT_MODULE_DEPENDS ${SWIFT_CONCURRENCY_DEPENDENCIES}
219228 SWIFT_MODULE_DEPENDS_ANDROID Android
220229 SWIFT_MODULE_DEPENDS_LINUX Glibc
221230 SWIFT_MODULE_DEPENDS_LINUX_STATIC Musl
You can’t perform that action at this time.
0 commit comments