[LLVMdev] invoke/unwind

Dustin Laurence dllaurence at dslextreme.com
Wed Jan 13 09:27:42 PST 2010


On 01/13/2010 02:07 AM, Duncan Sands wrote:
> Hi Dustin, the code generators do not support unwind, only the
> interpreter does.

Ah, the secret is not to even try to frob the gnorts.  Manual unwinding,
here I come. :-(

I was going to say the interpreter doesn't either, but then I recalled
it JITs when it can.  I don't know how to call into libc from the
interpreter to test that.

So how is clang doing C++ exceptions?

Dustin



More information about the llvm-dev mailing list