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. #3288

Merged

Conversation

al45tair
Copy link

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

This is a cherry pick of #3235

@al45tair
Copy link
Author

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

@swift-ci Please test

@adrian-prantl adrian-prantl merged commit 60d9fa4 into apple:stable/20210726 Sep 24, 2021
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

2 participants