[llvm-commits] EABI triples patch (1/2)

Eric Christopher echristo at apple.com
Tue Jan 18 12:43:41 PST 2011


On Jan 18, 2011, at 9:35 AM, Renato Golin wrote:

> The attached patch adds support for EABI triples in LLVM (from today's
> r123755) regarding bug #8957
> 
> http://llvm.org/bugs/show_bug.cgi?id=8957
> 
> This is the LLVM part, that adds EABI, GNUEABI and GNU Environments to
> the EnvironmentType enum, as well as support for the "none" in the
> triple. Parsing of the "arm-none-eabi" triple is done by guessing
> Environment from OS when OS is "none". Not the best way to do it, but
> the triple support in LLVM is not that deterministic.

You'll also want *-none-elf as well while you're doing this.

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


More information about the llvm-commits mailing list