[LLVMbugs] [Bug 5042] 'Invoke' llvm instruction does not function per documentation
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Sep 24 13:32:23 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5042
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baldrick at free.fr
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #1 from Duncan Sands <baldrick at free.fr> 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.
More information about the llvm-bugs
mailing list