This is an archive of the discontinued LLVM Phabricator instance.

[MIPS] Move MIPS ABI flags structure constants to the separate header
ClosedPublic

Authored by atanasyan on May 6 2015, 1:50 AM.

Details

Summary

The separate header file allows to reuse the MIPS ABI flags structure constants in other LLVM tools like the llvm-readobj.

No functional changes.

Diff Detail

Event Timeline

atanasyan updated this revision to Diff 25017.May 6 2015, 1:50 AM
atanasyan retitled this revision from to [MIPS] Move MIPS ABI flags structure constants to the separate header.
atanasyan updated this object.
atanasyan edited the test plan for this revision. (Show Details)
atanasyan added a reviewer: dsanders.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a subscriber: Unknown Object (MLST).
atanasyan updated this revision to Diff 25181.May 7 2015, 7:54 AM
atanasyan added a reviewer: tomatabacu.
atanasyan removed rL LLVM as the repository for this revision.

The patch refreshed against trunk

dsanders accepted this revision.May 7 2015, 7:57 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 7 2015, 7:57 AM
atanasyan closed this revision.May 7 2015, 8:09 AM

Thanks for review.

Closed by commit rL236732.