[mips][ias] Enable IAS by default for N64 on Debian mips64el.
authorSimon Dardis <simon.dardis@imgtec.com>
Thu, 15 Sep 2016 13:13:01 +0000 (13:13 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Thu, 15 Sep 2016 13:13:01 +0000 (13:13 +0000)
commit2f9bb1627ad6eaa4b520e490be43b7e208e98225
treea4c0ff9b716cdb760f5b7d9224bf8a0652c0b6c7
parent6d78a1a417f5a1d1cded7a9e3208e906d8583028
[mips][ias] Enable IAS by default for N64 on Debian mips64el.

Unfortunately we can't enable it for all N64 because it is not yet possible to
distinguish N32 from N64.

N64 has been confirmed to produce identical (within reason) objects to GAS
during stage 2 of compiler recursion on N64-abit Fedora. Unfortunately,
Fedora's triples do not distinguish N32 from N64 so I can't enable it by
default there. I'm currently repeating this testing for Debian mips64el but
it's very unlikely to produce a different result.

Patch by: Daniel Sanders

Reviewers: sdardis

Differential Review: https://reviews.llvm.org/D22678

llvm-svn: 281607
llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp