mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
3 lines
74 B
CMake
3 lines
74 B
CMake
target_sources(swift_Concurrency PRIVATE
|
|
CooperativeGlobalExecutor.cpp)
|