-
Notifications
You must be signed in to change notification settings - Fork 10.5k
IRGen: Type reconstruction supports opaque result types now #30861
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
Conversation
@swift-ci Please smoke test |
@swift-ci Please test source compatibility |
Oops, I guess it doesn’t quite work:
|
47823b0
to
47a8c91
Compare
@swift-ci Please smoke test |
@swift-ci Please test source compatibility |
@swift-ci Please smoke test Linux |
Fixes <rdar://problem/61229365>.
Make sure we mangle opaque types using the same settings as the debugger mangling (with OptimizeProtocolNames = false) to ensure that we can reconstruct those names again.
This allows iterating over serialized decl tables, which is useful for debugging.
d248a5c
to
0724c47
Compare
@swift-ci Please test source compatibility |
1 similar comment
@swift-ci Please test source compatibility |
@swift-ci Please test source compatibility Debug |
@swift-ci Please smoke test |
@swift-ci Please smoke test Linux |
@swift-ci Please smoke test macOS |
No description provided.