IAS is already used for MIPS64 in majority of Android projects.
Android MIPS64 uses N64 ABI. Set IAS as a default now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a comment clarity tweak.
lib/Driver/ToolChains/Gnu.cpp | ||
---|---|---|
2322–2323 | Enabled for Debian and Android mips64/mipsel, as they can precisely |
Enabled for Debian and Android mips64/mipsel, as they can precisely
identify the ABI in use (Debian) or only use N64 for MIPS64 (Android).
Other targets are unable to distinguish N32 from N64.