Skip to content

IRGen: fix async vtable stubs #65940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2023

Conversation

eeckstein
Copy link
Contributor

For deleted async vtable methods we need to create a async function pointer.

Fixes a missing-symbol linker error
rdar://108924001

@eeckstein eeckstein requested a review from nate-chandler May 16, 2023 07:08
@eeckstein
Copy link
Contributor Author

@swift-ci test

For deleted async vtable methods we need to create a async function pointer.

Fixes a missing-symbol linker error
rdar://108924001
@eeckstein eeckstein force-pushed the fix-dead-async-methods branch from 546424f to 82b24ba Compare May 16, 2023 09:49
@eeckstein
Copy link
Contributor Author

@swift-ci test

Copy link
Contributor

@nate-chandler nate-chandler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@eeckstein eeckstein merged commit aa07794 into swiftlang:main May 16, 2023
@eeckstein eeckstein deleted the fix-dead-async-methods branch May 16, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants