This is an archive of the discontinued LLVM Phabricator instance.

ELF: Mips: Remove unused field and almost-empty class.
ClosedPublic

Authored by ruiu on Apr 1 2015, 4:06 PM.

Details

Reviewers
atanasyan
Summary

Looks like MipsTargetHandler::_runtimeFile is unused.
MipsRuntimeFile doesn't seem to add values to the base class,
so I removed that class too.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 23096.Apr 1 2015, 4:06 PM
ruiu retitled this revision from to ELF: Mips: Remove unused field and almost-empty class..
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: atanasyan.
ruiu set the repository for this revision to rL LLVM.
ruiu added a project: lld.
ruiu added a subscriber: Unknown Object (MLST).
atanasyan accepted this revision.Apr 1 2015, 9:47 PM
atanasyan edited edge metadata.

LGTM. Thanks

This revision is now accepted and ready to land.Apr 1 2015, 9:47 PM
atanasyan closed this revision.Feb 3 2016, 12:36 AM