[PATCH] D49979: [llvm-objcopy] Add --dump-section
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 31 17:05:10 PDT 2018
jakehehrlich added a comment.
So here's an idea. It is ELF specific but it extends the SectionBase interface in a way I've considered for a while and would make both this and another change quite easy. If we add an OriginalData field (ArrayRef<uint8_t>) to SectionBase we can dump that inside of HandleArgs.
Repository:
rL LLVM
https://reviews.llvm.org/D49979
More information about the llvm-commits
mailing list