Skip to content

Remove DebugTypeInfo::isImplicitlyIndirect() #20814

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
Dec 4, 2018

Conversation

adrian-prantl
Copy link
Contributor

I found the corresponding code in LLDB that depended on this hack and
am now removing both. This makes it possible to share the same code
path for top-level archetypes and member types.

rdar://problem/45462765

I found the corresponding code in LLDB that depended on this hack and
am now removing both. This makes it possible to share the same code
path for top-level archetypes and member types.

rdar://problem/45462765
@adrian-prantl adrian-prantl requested a review from a team as a code owner November 27, 2018 23:56
@adrian-prantl
Copy link
Contributor Author

@swift-ci test with apple/swift-lldb#1102

@adrian-prantl
Copy link
Contributor Author

@swift-ci test

@adrian-prantl
Copy link
Contributor Author

test with apple/swift-lldb#1102
@swift-ci test

@adrian-prantl
Copy link
Contributor Author

@bob-wilson This change is necessary to fix printing tuples of generic values in LLDB (see rdar://problem/45462765). It only affects debug info, not codegen, and thus has no ABI implications.

@adrian-prantl
Copy link
Contributor Author

test with apple/swift-lldb#1102
@swift-ci test

@slavapestov
Copy link
Contributor

Thank you so much for ripping this out!

@bob-wilson
Copy link
Contributor

This looks fine but unless it's really blocking something, let's wait until next week to merge it.

@bob-wilson bob-wilson merged commit 9f936bd into swiftlang:swift-5.0-branch Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants