-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
llc -enable-eh moves invoke calls out of the eh region #1782
Comments
assigned to @asl |
The reason of such "bad" thing is that current EH implementation doesn't support |
I hope this fixes the bug: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049489.html Duncan, could you plase verify? And if everything is ok, close the bug. |
Additional fix |
The original failing code now works, so let's consider this fixed. |
mentioned in issue #1242 |
Extended Description
$ llvm-as eh5.ll
$ llc -enable-eh eh5.bc
Inspect eh5.s to see that the first two invokes
of @__gnat_rcheck_07 have been moved out of line,
and out of any eh region!
The text was updated successfully, but these errors were encountered: