Files
swift-mirror/Runtimes/Core/Concurrency/hooked.cmake
Saleem Abdulrasool 1ac0007883 Runtimes: introduce swift_Concurrency
This adds the `swift_Concurrency` module to the new runtimes build. This
is sufficient to build the code but will require further fine tuning to
ensure that all the flags entirely identical and that the ABI surface is
also fully replicated.
2025-02-13 16:24:36 -08:00

3 lines
74 B
CMake

target_sources(swift_Concurrency PRIVATE
NonDispatchGlobalExecutor.cpp)