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

[lldb] Teach LLDB about ExistentialType in the Swift AST. #3777

Closed

Conversation

hborla
Copy link
Member

@hborla hborla commented Jan 12, 2022

swiftlang/swift#40282 adds a new type called ExistentialType to the Swift frontend, and swiftlang/swift#40666 changes the representation of existential types to use this new type. This is currently semantically the same as ProtocolType or ProtocolCompositionType (the new type actually wraps one of these), so LLDB should handle the new type in the same way.

@hborla
Copy link
Member Author

hborla commented Jan 12, 2022

@swift-ci please test

@hborla hborla requested a review from JDevlieghere January 12, 2022 01:50
@hborla
Copy link
Member Author

hborla commented Jan 12, 2022

@swift-ci please test macOS platform

@hborla
Copy link
Member Author

hborla commented Jan 14, 2022

This PR was just for the purpose of cross-repo testing for swiftlang/swift#40666. My cherry-pick PR (#3778) will be auto merged from release/5.6 into stable/20210726

@hborla hborla closed this Jan 14, 2022
@hborla hborla deleted the lldb-swift-existential-type branch January 14, 2022 01:56
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