mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Runtime: correct homing module for swift_coroFrameAlloc
This function is part of the Swift standard library, not the *C* standard library. Correct the library name for the module to ensure that it is properly exported.
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