[PATCH] D101652: [llvm-objdump] Remove Generic Options group from help text output

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 10:40:57 PDT 2021


gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, keith, thakis.
Herald added a subscriber: rupprecht.
Herald added a reviewer: jhenderson.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101652

Files:
  llvm/test/tools/llvm-objdump/help.test
  llvm/tools/llvm-objdump/ObjdumpOpts.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101652.341974.patch
Type: text/x-patch
Size: 16575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/12ae5f91/attachment.bin>


More information about the llvm-commits mailing list