[LLVMdev] Getting exceptions to work?

Duncan Sands baldrick at free.fr
Mon May 18 01:03:52 PDT 2009


Hi Talin,

> I've been struggling for several days, trying to get native exceptions 
> to work in my code. I managed to boil down the IR to the simplest 
> possible example that I can think of.

currently exception handling requires you to specify a personality
function (do this using an selector intrinsic).

Ciao,

Duncan.



More information about the llvm-dev mailing list