[llvm-objdump] Remove Generic Options group from help text output
authorgbreynoo <Owen.Reynolds@sony.com>
Tue, 4 May 2021 15:48:03 +0000 (16:48 +0100)
committergbreynoo <Owen.Reynolds@sony.com>
Tue, 4 May 2021 15:48:03 +0000 (16:48 +0100)
commit73686247ac3e60c91fa5943c98956093df5e49ff
treeb0d87e58e28136156750442e92fb131b25216407
parent1998a086551ce48ca62dfe75d41c250284ac0982
[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
llvm/test/tools/llvm-objdump/help.test
llvm/tools/llvm-objdump/ObjdumpOpts.td