This change do a cleanup of handling MergeInputSection when doing GC.
Previously additional checks leaked to MarkLive.cpp, patch eliminates this leaks.
Should be useful for D38724.
Paths
| Differential D38996
[ELF] - Simplify how GC works with MergeInputSection. AbandonedPublic Authored by grimar on Oct 17 2017, 4:23 AM.
Details
Diff Detail Event Timeline
Revision Contents
Diff 119285 ELF/InputSection.h
ELF/InputSection.cpp
ELF/MarkLive.cpp
|
I wonder if shouldGCPieces would be better name.