[PATCH] D79038: [objcopy][ELF] Handle sections not contained in PT_LOAD segments
LemonBoy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 23:57:37 PDT 2020
LemonBoy added a comment.
> test does not make sense: .bss is not covered by a PT_LOAD.
That's the whole point of this patch, the binary that ptomptrd me to investigate why the binary image was so big has a single `PT_LOAD` segment covering only `.text`.
> The description is also wrong now. I may say something like:
Sure thing, I actually forgot to update it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79038/new/
https://reviews.llvm.org/D79038
More information about the llvm-commits
mailing list