[PATCH] D111240: [llvm-readelf][docs] Add missing options and details to the help output and the command guide
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 01:13:34 PDT 2021
jhenderson accepted this revision.
jhenderson added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-readobj/Opts.td:53
def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
-def gnu_hash_table : FF<"gnu-hash-table", "Display .gnu.hash section">, Group<grp_elf>;
+def gnu_hash_table : FF<"gnu-hash-table", "Display the GNU hash table for dynamic symbols.">, Group<grp_elf>;
def hash_symbols : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">, Group<grp_elf>;
----------------
Other help text doesn't include trailing full stop.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111240/new/
https://reviews.llvm.org/D111240
More information about the llvm-commits
mailing list