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

2017-06-26 Thread Petar Jovanovic via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL306280: [mips] Enable IAS by default for Android 64-bit MIPS target (N64) (authored by petarj). Changed prior to commit: https://reviews.llvm.org/D34514?vs=103574&id=103912#toc Repository: rL LLVM h

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

2017-06-24 Thread Simon Dardis via Phabricator via cfe-commits
sdardis accepted this revision. sdardis added a comment. This revision is now accepted and ready to land. LGTM with a comment clarity tweak. Comment at: lib/Driver/ToolChains/Gnu.cpp:2322-2323 case llvm::Triple::mips64el: -// Enabled for Debian mips64/mips64el only. Othe

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

2017-06-22 Thread Petar Jovanovic via Phabricator via cfe-commits
petarj created this revision. Herald added subscribers: arichardson, srhines. IAS is already used for MIPS64 in majority of Android projects. Android MIPS64 uses N64 ABI. Set IAS as a default now. Repository: rL LLVM https://reviews.llvm.org/D34514 Files: lib/Driver/ToolChains/Gnu.cpp In