[PATCH] D48281: [llvm-readobj] Add -hex-dump (-x) option
Paul Semel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 20 16:37:52 PDT 2018
paulsemel added a comment.
In https://reviews.llvm.org/D48281#1138290, @dblaikie wrote:
> Could/should this be format-agnostic? (looks like this change only implements the functionality for ELF - but I'd imagine the existence of sections and their contents might be general enough to allow for different object file formats to support this without each format having custom handling)
Well, I think it is actually feasable. I'm not really familiar with all the formats handled by readobj, but I can give it a shot !
Repository:
rL LLVM
https://reviews.llvm.org/D48281
More information about the llvm-commits
mailing list