mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
[llvm-objdump] Mark syms/t flags as NotHidden. NFC.
Slight improvement to help output of llvm-objdump that exposes the shorter -t flag for -syms instead of it being hidden away. llvm-svn: 345704
This commit is contained in:
parent
81b760cc8c
commit
4066f020f9
@ -128,6 +128,7 @@ static cl::alias SectionContentsShort("s",
|
||||
|
||||
cl::opt<bool> llvm::SymbolTable("syms", cl::desc("Display the symbol table"));
|
||||
static cl::alias SymbolTableShort("t", cl::desc("Alias for --syms"),
|
||||
cl::NotHidden,
|
||||
cl::aliasopt(llvm::SymbolTable));
|
||||
|
||||
cl::opt<bool>
|
||||
|
Loading…
Reference in New Issue
Block a user