Skip to content

Preparations for exception handling support #1575

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 3 commits into from
Apr 24, 2025

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Apr 24, 2025

Most of the work for adding exception handling support is blocked on the next Cranelift release. These parts can land already however.

Part of #1567

bjorn3 added 3 commits April 24, 2025 13:02
In preparation for unwinding support.
Once UnwindContext sets the personality function it will need to define
a DW.ref.rust_eh_personality function which would cause a duplicate
definition if UnwindContext is called a second time.
This is necessary to handle LSDA references in the future once unwinding
is supported.
@bjorn3 bjorn3 merged commit f55c2c0 into master Apr 24, 2025
48 checks passed
@bjorn3 bjorn3 deleted the exception-handling-preparation branch April 24, 2025 15:02
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