[llvm-commits] [PATCH] Add -androideabi to llvm::Triple

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Jan 10 04:12:02 PST 2012


Please review.

On Wed, Dec 21, 2011 at 4:31 PM, Chandler Carruth <chandlerc at google.com> wrote:
> FYI, I'll try to look at these tomorrow, but one quick note, whenever you
> have patches to both LLVM and Clang, please send them to both llvm-commits
> and cfe-commits. Not all of the Clang developers read llvm-commits or
> vice-versa.
>
> On Wed, Dec 21, 2011 at 4:26 AM, Evgeniy Stepanov
> <eugeni.stepanov at gmail.com> wrote:
>>
>> Hi,
>>
>> recent Android toolchains use arm-linux-androideabi as triple. Having
>> androideabi in llvm::Triple::EnvironmentType will simplify
>> cross-compilation and let Clang pick saner defaults for -mfloat-abi,
>> among other things.
>>
>> Please review.
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>



More information about the llvm-commits mailing list