mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #79305 from compnerd/coro
Runtime: correct homing module for `swift_coroFrameAlloc`
This commit is contained in:
@@ -2099,7 +2099,7 @@ FUNCTION(Free, c, free, C_CC, AlwaysAvailable,
|
||||
NO_ATTRS,
|
||||
EFFECT(Deallocating),
|
||||
UNKNOWN_MEMEFFECTS)
|
||||
FUNCTION(CoroFrameAlloc, c, swift_coroFrameAlloc, C_CC, AlwaysAvailable,
|
||||
FUNCTION(CoroFrameAlloc, Swift, swift_coroFrameAlloc, C_CC, AlwaysAvailable,
|
||||
RETURNS(Int8PtrTy),
|
||||
ARGS(SizeTy, Int64Ty),
|
||||
NO_ATTRS,
|
||||
|
||||
Reference in New Issue
Block a user