[llvm-objdump] Remove Generic Options group from help text output
authorgbreynoo <Owen.Reynolds@sony.com>
Tue, 4 May 2021 16:42:20 +0000 (17:42 +0100)
committergbreynoo <Owen.Reynolds@sony.com>
Tue, 4 May 2021 16:42:20 +0000 (17:42 +0100)
commita617e2064d694ce5ea608b24c52ee255a14c2ef7
treed6366e03e0c575aec518a73243bf43a8bf474f9e
parentadfffebec6d6910304e4b1ccdbef78e226a8fd32
[llvm-objdump] Remove Generic Options group from help text output

Reapply 7368624 after revert and fix

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