This is an archive of the discontinued LLVM Phabricator instance.

Make OutputSectionBase a class instead of class template
ClosedPublic

Authored by rafael on Nov 8 2016, 7:10 PM.

Details

Reviewers
ruiu
Summary

With this it should be possible to merge InputSectionData and InputSectionBase.

Diff Detail

Event Timeline

rafael updated this revision to Diff 77301.Nov 8 2016, 7:10 PM
rafael retitled this revision from to Make OutputSectionBase a class instead of class template.
rafael updated this object.
rafael added a reviewer: ruiu.
rafael added a subscriber: llvm-commits.
ruiu accepted this revision.Nov 9 2016, 2:00 PM
ruiu edited edge metadata.

LGTM. Nice!

This revision is now accepted and ready to land.Nov 9 2016, 2:00 PM
Eugene.Zelenko closed this revision.Nov 9 2016, 6:22 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rLrL286414.