This is an archive of the discontinued LLVM Phabricator instance.

[mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.
ClosedPublic

Authored by dsanders on May 12 2016, 9:36 AM.

Details

Summary

This fixes PR27682. Additionally, '.set micromips' by itself is not sufficient
to raise the EF_MIPS_MICROMIPS flag. It is also necessary to emit a microMIPS
instruction. This has also been fixed.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 57060.May 12 2016, 9:36 AM
dsanders retitled this revision from to [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted..
dsanders updated this object.
dsanders added reviewers: sdardis, vkalintiris.
dsanders added a subscriber: llvm-commits.
rafael accepted this revision.May 13 2016, 10:04 AM
rafael added a reviewer: rafael.
rafael added a subscriber: rafael.

LGTM

This revision is now accepted and ready to land.May 13 2016, 10:04 AM
dsanders closed this revision.May 16 2016, 2:16 AM