[all-commits] [llvm/llvm-project] 14d76a: [llvm-readelf][docs] Add missing options and detai...

gbreynoo via All-commits all-commits at lists.llvm.org
Thu Oct 7 09:11:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14d76a376a412d5720cc83c40d00d8e5fb163105
      https://github.com/llvm/llvm-project/commit/14d76a376a412d5720cc83c40d00d8e5fb163105
  Author: gbreynoo <Owen.Reynolds at sony.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-readelf.rst
    M llvm/tools/llvm-readobj/Opts.td

  Log Message:
  -----------
  [llvm-readelf][docs] Add missing options and details to the help output and the command guide

This change is to keep the help text and command guide of llvm-readelf
in tandem.

 - In the help text mention that --section-data, --section-relocations,
   --section-symbols and --stack-sizes have no effect on GNU style
   output; give the accepted values for --elf-output-style and update
   the description of --gnu-hash-table to use the command guide
   description.
 - In the command guide add the missing options -a,
   --dependant-libraries,--no-demangle, --wide and -W. Also update the
   description of --symbols so it matches the help text.

Differential Revision: https://reviews.llvm.org/D111240




More information about the All-commits mailing list