summaryrefslogtreecommitdiff
path: root/tools/llvm-dwarfdump
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-09-20 23:29:31 +0000
committerAdrian Prantl <aprantl@apple.com>2017-09-20 23:29:31 +0000
commitff00c9c5ca97887f366c2da5a1e973f5dbc90778 (patch)
tree1a72554b25336d9a9244a8f927009aae0b53cf70 /tools/llvm-dwarfdump
parent166760504d4e7fa141e77416e98a1da5ccc012c1 (diff)
llvm-dwarfdump: move -eh-frame into the right section in the help output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dwarfdump')
-rw-r--r--tools/llvm-dwarfdump/llvm-dwarfdump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-dwarfdump/llvm-dwarfdump.cpp b/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
index aba59d0d5b9..0f75f36af7e 100644
--- a/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
+++ b/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
@@ -124,7 +124,7 @@ static std::array<llvm::Optional<uint64_t>, (unsigned)DIDT_ID_Count>
#undef HANDLE_DWARF_SECTION
static alias DumpDebugFrameAlias("eh-frame", desc("Alias for -debug-frame"),
- NotHidden, cat(DwarfDumpCategory),
+ NotHidden, cat(SectionCategory),
aliasopt(DumpDebugFrame));
static opt<bool> DumpUUID("uuid", desc("Show the UUID for each architecture"),
cat(DwarfDumpCategory));