[all-commits] [llvm/llvm-project] 736862: [llvm-objdump] Remove Generic Options group from h...

gbreynoo via All-commits all-commits at lists.llvm.org
Tue May 4 08:49:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73686247ac3e60c91fa5943c98956093df5e49ff
      https://github.com/llvm/llvm-project/commit/73686247ac3e60c91fa5943c98956093df5e49ff
  Author: gbreynoo <Owen.Reynolds at sony.com>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M llvm/test/tools/llvm-objdump/help.test
    M llvm/tools/llvm-objdump/ObjdumpOpts.td

  Log Message:
  -----------
  [llvm-objdump] Remove Generic Options group from help text output

Looking at other tools using tablegen for help output, general options
like --help are not separated from other options. This change removes
the "Generic Options" option group so the options are listed together.
the macho specific option group is left unaffected.

The test help.test was modified to reflect this change.

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




More information about the All-commits mailing list