OSDN Git Service

[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)
commit4d0c775881900cb8cd242a2ac42b2338c17e2751
treeb7b6e977d987138c187dbf8f46e43403fc35d41c
parent469517e52172085088dcffd09a16eaf92a01506f
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351542 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/llvm-objdump.cpp