[llvm-objdump] - Show aliases in -help.
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 18 Jan 2019 10:41:26 +0000 (10:41 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 18 Jan 2019 10:41:26 +0000 (10:41 +0000)
commit845d3295d4dd18c5027173a530b3ae4cf8b7807e
tree77dbd2c103bf6627c940eca03fc85b5665e3b3aa
parent2cf5486ce4539d868ec84f1047aed8cd89739661
[llvm-objdump] - Show aliases in -help.

Currently llvm-objdump is inconsistent.

When -help is specified it shows no aliases except two.
Aliases are shown with -help-hidden though.
GNU objdump also prints them by default.

This patch does a change to always show all aliases
when -help is given.

Differential revision: https://reviews.llvm.org/D56853

llvm-svn: 351542
llvm/tools/llvm-objdump/llvm-objdump.cpp