[PATCH] D48281: [llvm-readobj] Add -hex-dump (-x) option
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 2 14:34:03 PDT 2018
dblaikie added a comment.
Perhaps generalized further still - if every format has the ability to retrieve a section by name or by index and return a generic llvm::object::SectionRef - then the code can be written in general over that, query the SectionRef for the name and contents, etc?
Repository:
rL LLVM
https://reviews.llvm.org/D48281
More information about the llvm-commits
mailing list