[PATCH] D38136: [ELF] Simplify handling of removed sections

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 11:09:49 PDT 2017


bd1976llvm added a comment.

This case commonly arises where the section that is being patched is informational and the linker can't garbage collect it e.g .debug_info.

p.s: challenge goal for the brave - actually a linker could garbage collect these sections, but it would be a lot of work.


https://reviews.llvm.org/D38136





More information about the llvm-commits mailing list