This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Allow section to have multiple dependent sections.
ClosedPublic

Authored by grimar on Feb 15 2017, 2:18 AM.

Details

Summary

That fixes a case when section has more than one metadata section.
Previously GC would collect one of such sections because we had implementation
that stored only last one as dependent.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Feb 15 2017, 2:18 AM
grimar edited the summary of this revision. (Show Details)Feb 15 2017, 2:22 AM
ruiu accepted this revision.Feb 15 2017, 12:35 PM

LGTM

This revision is now accepted and ready to land.Feb 15 2017, 12:35 PM
This revision was automatically updated to reflect the committed changes.