You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding an AsyncFunctionPointer to the TBD, a LinkEntity of kind
AsyncFunctionPointerAST is constructed containing the decl. That decl
is then wrapped in a SILDeclRef which is then mangled.
Previously, the kind of the SILDeclRef was erroneously forced to be
Func. The result was a failure to mangle the TBD symbol for async
constructors correctly.
Here, that argument is omitted so that the kind can be determined
appropriately by SILDeclRef's constructor.
rdar://80485869
0 commit comments