[llvm-commits] First draft of ARM EHABI support

Eric Christopher echristo at apple.com
Tue Jan 25 11:26:02 PST 2011


On Jan 25, 2011, at 9:58 AM, Renato Golin wrote:

> 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. ;)

Heh, but all EHABI stands for is "Exception Handling ABI", I'm with Anton
here - they're ARM exception handlers :)

Maybe ARM_EHABI if we wanted the best/worst of all worlds.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110125/be0b44b3/attachment.html>


More information about the llvm-commits mailing list