[LLVMdev] Unwinds Gone Wild

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Sep 29 00:24:19 PDT 2008


Talin wrote:
>   
>   
> So what about those of us who are implementing frontends that have no 
> connection with gcc or the c++ runtime at all? Are we out of luck as far 
> as unwind is concerned?
>
>   

Yes you are :) Currently, if you want exceptions using the JIT or static 
compilation, you need the libgcc runtime (or an equivalent 
implementation of an unwinding runtime).

Or you can use the interpreter, which works with invoke/unwind.

Cheers,
Nicolas

> -- Talin
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>   




More information about the llvm-dev mailing list