[all-commits] [llvm/llvm-project] 3a5aa5: [llvm-objdump][docs] Add details to the help outpu...

gbreynoo via All-commits all-commits at lists.llvm.org
Thu Oct 7 08:31:16 PDT 2021


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

  Changed paths:
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/tools/llvm-objdump/ObjdumpOpts.td

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

This change is to add some missing details, clarifies some options and
brings the help text and command guide of objdump closer together.

- Added to the help that --all-headers also outputs symbols and
  relocations to match the command guide.
- Added to the help that --debug-vars accepts an optional
  ascii/unicode format to match the command guide.
- Changed the help descriptions for --disassemble,
  --disassemble-all, --dwarf=<value>, --fault-map-section,
  --line-numbers, --no-leading-addr and --source descriptions to
  match the command guide.
- Added to the help that --start-address and --stop-address also
  effect relocation entries and the symbol table output to match
  the command guide.
- Added a note to the command guide that --unwind-info and -u
  are not available for the elf format.

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




More information about the All-commits mailing list