Skip to content

Factor appendAnyProtocolConformance out of the conformance mangling. #30546

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 2 commits into from
Mar 23, 2020

Conversation

jckarter
Copy link
Contributor

We want to be able to use mangled names to refer to protocol conformances in addition to type
metadata. Provide an ASTMangler method that can render an arbitrary abstract or concrete
ProtocolConformanceRef, factoring it out of the code used to emit conditional conformance arguments
in appendProtocolConformance.

Nobody has shipped an ABI-stable arm64e platform yet, so anyone who does ought to deploy at least
Swift 5.3.
We want to be able to use mangled names to refer to protocol conformances in addition to type
metadata. Provide an ASTMangler method that can render an arbitrary abstract or concrete
`ProtocolConformanceRef`, factoring it out of the code used to emit conditional conformance arguments
in `appendProtocolConformance`.
@jckarter
Copy link
Contributor Author

@swift-ci Please test

@jckarter jckarter merged commit b0ca53f into swiftlang:master Mar 23, 2020
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.

1 participant