This is an archive of the discontinued LLVM Phabricator instance.

LLD: Merge MutableFile with SimpleFile
ClosedPublic

Authored by ruiu on Apr 7 2015, 11:19 AM.

Details

Reviewers
atanasyan
Summary

SimpleFile is the only derived class of MutableFile.
This patch removes reduces the height of class hierarchy by
removing MutableFile class.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 23353.Apr 7 2015, 11:19 AM
ruiu retitled this revision from to LLD: Merge MutableFile with SimpleFile.
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 7 2015, 1:38 PM
atanasyan edited edge metadata.

Nice!

LGTM

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