[PATCH] D48281: [llvm-readobj] Add -hex-dump (-x) option
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 20 13:46:20 PDT 2018
dblaikie added a comment.
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)
Repository:
rL LLVM
https://reviews.llvm.org/D48281
More information about the llvm-commits
mailing list