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

Anton Korobeynikov anton at korobeynikov.info
Fri Aug 31 01:32:41 PDT 2012


>   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.
This seems to break backward compatibility. You need to handle
androideabi at least on ARM.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-commits mailing list