[llvm-commits] [PATCH] Rename llvm::Triple::ANDROIDEABI to llvm::Triple::Android

Logan Chien tzuhsiang.chien at gmail.com
Thu Aug 30 21:33:33 PDT 2012


Dear all,

  To avoid the confusion of Android environment on MIPS/X86 architecture, I
believe that
it is better to replace llvm::Triple::ANDROIDEABI with
llvm::Triple::Android.  So that we
can use mipsel-linux-android instead of mipsel-linux-androideabi (this
applies to x86 as well).
Please review.  Thanks for your help.

Sincerely,
Logan

For your convenience, you can check here for the series of patches:
https://github.com/loganchien/llvm-logan/commit/1eccc0750c0aedf4bcfc74e0642060202928d19c
https://github.com/loganchien/clang-logan/commit/7c6bc5901738498a086f487c3895a674f3b12b65
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120831/e6c0e03e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CFE_0001-Rename-ANDROIDEABI-to-Android.patch
Type: application/octet-stream
Size: 6645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120831/e6c0e03e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LLVM_0001-Rename-ANDROIDEABI-to-Android.patch
Type: application/octet-stream
Size: 2609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120831/e6c0e03e/attachment-0001.obj>


More information about the llvm-commits mailing list