Skip to content
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

Fix vtable thunk emission with a generic subclass of a non-generic base class #30054

Conversation

slavapestov
Copy link
Member

Fixes rdar://problem/59669591.

We don't actually have to store the superclass type or the interface
type to be unique enough; just the derived class declaration alone
is sufficient.
…f non-generic base class

Fixes <rdar://problem/59669591>.
@slavapestov
Copy link
Member Author

@swift-ci Please smoke test

@slavapestov
Copy link
Member Author

@swift-ci Please test source compatibility

@theblixguy
Copy link
Collaborator

theblixguy commented Feb 25, 2020

Should fix https://bugs.swift.org/browse/SR-12253 too I think!

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.

None yet

2 participants