Skip to content

Commit cb68533

Browse files
committed
[CoroutineAccessors] Open-code a task_dealloc_thru
When building for back-deployment, emit calls to an open-coded `_swift_task_dealloc_through` function rather than the runtime `swift_task_dealloc_through` which doesn't exist on them.
1 parent 41fa97f commit cb68533

8 files changed

+1150
-13
lines changed

lib/IRGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ add_swift_host_library(swiftIRGen STATIC
1717
GenClass.cpp
1818
GenConstant.cpp
1919
GenControl.cpp
20+
GenCoro.cpp
2021
GenCoverage.cpp
2122
GenConcurrency.cpp
2223
GenDistributed.cpp

0 commit comments

Comments
 (0)