[LLVMdev] Unwinding through a native layer

Duncan Sands baldrick at free.fr
Wed Nov 18 06:33:35 PST 2009


Hi Garrison,

> - fc merely executes an unwind.

the code generators do not know how to codegen unwind.  Only the
interpreter has support for it.  Yes, this sucks.  You will need
to call the libgcc unwind routine directly.

Ciao,

Duncan.



More information about the llvm-dev mailing list