1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/llvm-objdump
gbreynoo daae3b3476 [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
2021-05-04 17:42:20 +01:00
..
CMakeLists.txt llvm-objdump: refactor SourcePrinter into separate file. NFC. 2021-04-23 10:21:52 +01:00
COFFDump.cpp [llvm-objdump] Use append_range (NFC) 2021-01-26 20:00:19 -08:00
COFFDump.h [llvm-objdump][COFF][NFC] Split format-specific interfaces; add namespace 2020-04-02 18:42:13 -04:00
ELFDump.cpp [llvm-objdump] Fix dumping dynamic relative relocations for SHT_REL 2021-04-28 12:23:00 +01:00
ELFDump.h [llvm-objdump][ELF][NFC] Create ELFDump.h 2020-04-23 21:24:37 -04:00
llvm-objdump.cpp [AMDGPU][llvm-objdump] Fix memory leak in recent commit 2021-04-26 18:50:21 +01:00
llvm-objdump.h llvm-objdump: refactor SourcePrinter into separate file. NFC. 2021-04-23 10:21:52 +01:00
MachODump.cpp llvm-objdump: add --rpaths to macho support 2021-04-22 16:01:10 -07:00
MachODump.h llvm-objdump: add --rpaths to macho support 2021-04-22 16:01:10 -07:00
ObjdumpOptID.h [llvm-objdump] Add an llvm-otool tool 2021-04-20 08:24:58 -04:00
ObjdumpOpts.td [llvm-objdump] Remove Generic Options group from help text output 2021-05-04 17:42:20 +01:00
OtoolOpts.td [llvm-objdump] Add an llvm-otool tool 2021-04-20 08:24:58 -04:00
SourcePrinter.cpp llvm-objdump: refactor SourcePrinter into separate file. NFC. 2021-04-23 10:21:52 +01:00
SourcePrinter.h llvm-objdump: refactor SourcePrinter into separate file. NFC. 2021-04-23 10:21:52 +01:00
WasmDump.cpp [llvm-objdump][Wasm][NFC] Create WasmDump.h 2020-04-14 18:26:24 -04:00
WasmDump.h [llvm-objdump][Wasm][NFC] Create WasmDump.h 2020-04-14 18:26:24 -04:00
XCOFFDump.cpp [llvm-objdump][XCOFF] Print more symbol info in relocation 2020-04-22 13:52:08 +00:00
XCOFFDump.h [llvm-objdump][XCOFF] Print more symbol info in relocation 2020-04-22 13:52:08 +00:00