> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
