Displaying 1 result from an estimated 1 matches for "i_unwind".
Did you mean:
_unwind
2003 Sep 10
0
[LLVMdev] Core LLVM status update
...the Autoconf style. He also converted the
regression test suite to use the QMtest tool (by CodeSourcery):
http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-September/000474.html
2. A new "Unwind" instruction has now been added to LLVM:
http://llvm.cs.uiuc.edu/docs/LangRef.html#i_unwind
This instruction, combined with the extant invoke instruction, allows
the LLVM infrastructure to finally support exception handling and
setjmp/longjmp. Currently, however, the C backend is the only code
generator which has implemented the unwind instruction.
Note, however, that set...