This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Handle EhInputSection Live bit in MarkLive.cpp
ClosedPublic

Authored by grimar on Nov 25 2017, 2:04 AM.

Details

Summary

I suggest to so this refactoring change. Since MarkLive.cpp is
the place where we set Live flags for other sections, it looks correct
to do that there.
Benefit is that we stop spreading GC logic outsize of MarkLive.cpp.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Nov 25 2017, 2:04 AM
ruiu accepted this revision.Nov 29 2017, 2:38 PM

LGTM

This revision is now accepted and ready to land.Nov 29 2017, 2:38 PM
This revision was automatically updated to reflect the committed changes.