http://llvm.org/bugs/show_bug.cgi?id=5042
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |LATER --- Comment #1 from Duncan Sands <[email protected]> 2009-09-24 15:32:22 --- Currently the unwind instruction only allows you to rethrow an exception you just caught. It doesn't allow you to throw a new exception. Well, the interpreter supports this but the code generator does not. This is a known limitation that will hopefully be overcome one day. -- 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
