1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-dwarfdump
gbreynoo 7c22aef899 [llvm-dwarfdump] Help option output should be consistent with the command guide
The dwarfdump command guide shows the short options used as aliases but
these are not found in the help text unless --show-hidden is used.
Investigating other tools some follow this pattern, others like
llvm-objdump show aliases with --help. This change fixes the help output
to be consistent with the command guide. This includes updating alias
descriptions in the help output to use "--".

As part of this change I updated cmdline.test, including some options
that were missing testing.

Differential Revision: https://reviews.llvm.org/D101646
2021-05-07 11:23:05 +01:00
..
fuzzer Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
llvm-dwarfdump.cpp [llvm-dwarfdump] Help option output should be consistent with the command guide 2021-05-07 11:23:05 +01:00
llvm-dwarfdump.h [llvm-dwarfdump] StringMap -> MapVector to make iteration order stable 2021-02-25 20:05:05 -08:00
SectionSizes.cpp [llvm-dwarfdump] StringMap -> MapVector to make iteration order stable 2021-02-25 20:05:05 -08:00
Statistics.cpp [llvm-dwarfdump] Fix split-dwarf bug in stats for inlined var loc cov 2021-04-26 01:56:15 -07:00