[LLVMbugs] [Bug 2429] unwind crashes lli
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 11 00:08:19 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2429
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baldrick at free.fr
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Duncan Sands <baldrick at free.fr> 2008-06-11 02:08:19 ---
Codegen does not support unwind unfortunately.
For the moment you have to run the LowerInvoke
pass with -enable-correct-eh-support. I know
this sucks, but doing this right is a hard problem,
though it may not appear that way!
*** This bug has been marked as a duplicate of bug 1578 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list