[LLVMdev] [llvm] Exception Handling

Duncan Sands baldrick at free.fr
Tue Mar 3 06:14:31 PST 2009


Hi Kasra,

> I was looking at the documentation for exception handling in llvm, and found a lot of todo stuff there. So I was wondering how to do exception handling in llvm.

it works, but not very optimally.  Try putting some C++ with exception
handling into the online demo (http://llvm.org/demo/) to get an idea
of how eh is represented in LLVM IR.

Ciao,

Duncan.



More information about the llvm-dev mailing list