This is an archive of the discontinued LLVM Phabricator instance.

[mips] Fix ELF e_flags related to -mabicalls and -mplt.
ClosedPublic

Authored by dsanders on Jul 16 2014, 6:53 AM.

Details

Summary

These options are not implemented yet but we act as if they are always
given.

The integrated assembler is driven by the clang driver so the e_flag test
cases should match the e_flags emitted by GCC+GAS rather than GAS
by itself.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 11504.Jul 16 2014, 6:53 AM
dsanders retitled this revision from to [mips] Fix ELF e_flags related to -mabicalls and -mplt..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added reviewers: vmedic, sstankovic.
dsanders accepted this revision.Jul 17 2014, 2:55 AM
dsanders added a reviewer: dsanders.
This revision is now accepted and ready to land.Jul 17 2014, 2:55 AM
dsanders updated this object.Jul 17 2014, 2:56 AM
dsanders edited edge metadata.
dsanders closed this revision.Jul 17 2014, 3:01 AM