[llvm-commits] [PATCH] Add -androideabi to llvm::Triple
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Dec 21 04:26:18 PST 2011
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: androideabi.patch
Type: text/x-patch
Size: 908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111221/8cb9fc33/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: androideabi-cfe.patch
Type: text/x-patch
Size: 2311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111221/8cb9fc33/attachment-0001.bin>
More information about the llvm-commits
mailing list