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][Swift] Use the new mangleNode() return type correctly. #3235

Merged
merged 1 commit into from Sep 27, 2021

Conversation

al45tair
Copy link

@al45tair al45tair commented Sep 8, 2021

The return type of mangleNode() is changing to allow the remanglers to report errors to the caller. Change the LLDB plugin to account for that, and try to handle errors more reasonably (previously they would have resulted in program termination).

See also apple/swift#39187

rdar://79725187

The return type of `mangleNode()` is changing to allow the remanglers to
report errors to the caller.  Change the LLDB plugin to account for that,
and try to handle errors more reasonably (previously they would have
resulted in program termination).

See also apple/swift#39187

rdar://79725187
@al45tair
Copy link
Author

Please test with the following PR:
apple/swift#39187

@swift-ci Please test

Copy link
Member

@adrian-prantl adrian-prantl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Can you make sure to also cherry-pick this to the next branch? We don't have an automerger in this direction.

@al45tair
Copy link
Author

Please test with the following PR:
apple/swift#39187

@swift-ci Please test

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

3 participants