[LLVMdev] invoke/unwind

Duncan Sands baldrick at free.fr
Wed Jan 13 06:37:27 PST 2010


Hi Kenneth,

> I thought someone implemented invoke/unwind for x86 a few months ago.
> I remember seeing a post to that effect.

unwind will work as a rethrow, i.e. you do an invoke and in the landing
pad or downstream of it you can use invoke to rethrow the exception that
caused you to branch to the landing pad.  But that's it as far as I know.

Ciao,

Duncan.



More information about the llvm-dev mailing list