Merge pull request #79305 from compnerd/coro

Runtime: correct homing module for `swift_coroFrameAlloc`
This commit is contained in:
Saleem Abdulrasool
2025-02-12 14:23:38 -08:00
committed by GitHub

View File

@@ -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,