Skip to content

Commit 2733879

Browse files
committed
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.
1 parent eb7706d commit 2733879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/RuntimeFunctions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ FUNCTION(Free, c, free, C_CC, AlwaysAvailable,
20992099
NO_ATTRS,
21002100
EFFECT(Deallocating),
21012101
UNKNOWN_MEMEFFECTS)
2102-
FUNCTION(CoroFrameAlloc, c, swift_coroFrameAlloc, C_CC, AlwaysAvailable,
2102+
FUNCTION(CoroFrameAlloc, Swift, swift_coroFrameAlloc, C_CC, AlwaysAvailable,
21032103
RETURNS(Int8PtrTy),
21042104
ARGS(SizeTy, Int64Ty),
21052105
NO_ATTRS,

0 commit comments

Comments
 (0)