[all-commits] [llvm/llvm-project] a617e2: [llvm-objdump] Remove Generic Options group from h...
gbreynoo via All-commits
all-commits at lists.llvm.org
Tue May 4 09:43:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a617e2064d694ce5ea608b24c52ee255a14c2ef7
https://github.com/llvm/llvm-project/commit/a617e2064d694ce5ea608b24c52ee255a14c2ef7
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
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
More information about the All-commits
mailing list