[llvm-commits] First draft of ARM EHABI support

Renato Golin Renato.Golin at arm.com
Tue Jan 25 09:58:34 PST 2011


On 01/25/11 17:41, Anton Korobeynikov wrote:
>> +    enum ExceptionsType { None, DwarfTable, DwarfCFI, SjLj, ARM };
>> Just a matter of preference, but can we call this EHABI rather than ARM? ;)
> Yes, I also thought about this. The problem is the following: do you
> know any other target which support EABI exceptions?

It's more of a personal preference, really, not to use metonyms in code. ;)


>  As for factoring out sjlj -
> I'm not yet sure, too much duplication, etc.

Yes. The hierarchy would have to be deeper than two levels to avoid
duplication. But that's not critical, certainly not now...

cheers,
--renato

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




More information about the llvm-commits mailing list