http://llvm.org/bugs/show_bug.cgi?id=2429


Duncan Sands <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #2 from Duncan Sands <[EMAIL PROTECTED]>  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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to