[PATCH] D11661: [ARM] Lower modulo operation to generate __aeabi_divmod on Android
Anton Korobeynikov
anton at korobeynikov.info
Thu Jul 30 14:19:06 PDT 2015
asl added a subscriber: asl.
================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:742
@@ -741,3 +741,3 @@
// Register based DivRem for AEABI (RTABI 4.2)
- if (Subtarget->isTargetAEABI()) {
setLibcallName(RTLIB::SDIVREM_I8, "__aeabi_idivmod");
----------------
What are the differences between "EABI" and "androideabi"? Can't we simply assume that "androideabi" is "eabi" ?
http://reviews.llvm.org/D11661
More information about the llvm-commits
mailing list