[LLVMdev] Alternative exception handling proposal

Renato Golin rengolin at systemcall.org
Thu Dec 2 02:31:53 PST 2010


On 1 December 2010 21:37, Duncan Sands <baldrick at free.fr> wrote:
> <catch info> = [personality <ptr>] [cleanup] [catches <list of catches and filters>]

Hi Duncan,

That would allow you to choose a different personality routine for
every invoke inside the same function (ie. same EH table), which
doesn't make sense to me...

It'd also disassociate the personality routine with the landing pads
(which are used to build the EH table).

cheers,
--renato



More information about the llvm-dev mailing list