This is an archive of the discontinued LLVM Phabricator instance.

[mips] Account for -mabi when determining whether IAS is the default or not.
AbandonedPublic

Authored by dsanders on Jun 7 2016, 5:58 AM.

Details

Reviewers
None
Summary

This stops cases such as '-target mips-linux-gnu -mabi=n32' from using the
IAS by default.

Depends on D21070.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 59876.Jun 7 2016, 5:58 AM
dsanders retitled this revision from to [mips] Account for -mabi when determining whether IAS is the default or not..
dsanders updated this object.
dsanders added a subscriber: cfe-commits.
dsanders abandoned this revision.Jun 7 2016, 6:19 AM

Part of this patch is missing. I'll repost it soon.