Skip to content

Don't emit invoke instructions inside landing pads. #3003

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
Jul 24, 2012

Conversation

elliottslaughter
Copy link
Contributor

We can't throw an exception from inside a landing pad without
corrupting the exception handler, so we have no hope of dealing with
these exceptions anyway. See:

http://llvm.org/docs/ExceptionHandling.html#cleanups

Part of #2861.

We can't throw an exception from inside a landing pad without
corrupting the exception handler, so we have no hope of dealing with
these exceptions anyway. See:

http://llvm.org/docs/ExceptionHandling.html#cleanups

Part of rust-lang#2861.
graydon added a commit that referenced this pull request Jul 24, 2012
Don't emit invoke instructions inside landing pads.
@graydon graydon merged commit 539a160 into rust-lang:incoming Jul 24, 2012
bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
and run cargo fmt.
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Aug 6, 2023
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.

2 participants