[PATCH] D55298: [llvm-readelf] Add -e/--headers support to readobj/elf
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 15:30:28 PST 2018
rupprecht accepted this revision.
rupprecht added a comment.
This revision is now accepted and ready to land.
Just a nit on the naming; actual functionality/test LGTM.
================
Comment at: tools/llvm-readobj/llvm-readobj.cpp:62
+ cl::opt<bool>
+ JustHeaders("headers",
+ cl::desc("Equivalent to setting: --file-headers, --program-headers, "
----------------
nit: "JustHeaders" kind of sounds like this will only print headers and nothing else, but "llvm-readelf -e -n" should still print notes in addition to headers (for example). Maybe "AllHeaders" would be a better name, and hopefully not confusing with the "All" option above?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55298/new/
https://reviews.llvm.org/D55298
More information about the llvm-commits
mailing list