This is an archive of the discontinued LLVM Phabricator instance.

[mips] Enable IAS by default for Android 64-bit MIPS target (N64)
ClosedPublic

Authored by petarj on Jun 22 2017, 7:30 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

petarj created this revision.Jun 22 2017, 7:30 AM
sdardis accepted this revision.Jun 24 2017, 8:29 AM

LGTM with a comment clarity tweak.

lib/Driver/ToolChains/Gnu.cpp
2322–2323 ↗(On Diff #103574)

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.

This revision is now accepted and ready to land.Jun 24 2017, 8:29 AM
This revision was automatically updated to reflect the committed changes.