This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Delete SectionBase::assigned
ClosedPublic

Authored by MaskRay on Sep 12 2019, 8:27 PM.

Details

Summary

D67504 removed uses of assigned from OutputSection::addSection, which
makes assigned purely used in processSectionCommands() and its
callees. By replacing its references with parent, we can remove
assigned.

Event Timeline

MaskRay created this revision.Sep 12 2019, 8:27 PM
grimar accepted this revision.Sep 13 2019, 1:28 AM

LGTM

This revision is now accepted and ready to land.Sep 13 2019, 1:28 AM
This revision was automatically updated to reflect the committed changes.