[llvm-nm] Restore the previous behaviour (pre r262525).

It broke some buildbots.

Pointy-hat to:  me

llvm-svn: 262529
This commit is contained in:
Davide Italiano 2016-03-02 22:33:49 +00:00
parent 74e08ca05c
commit 98be3f2be2
1 changed files with 1 additions and 2 deletions

View File

@ -159,8 +159,7 @@ cl::alias JustSymbolNames("j", cl::desc("Alias for --just-symbol-name"),
// line.
cl::list<std::string> SegSect("s", cl::Positional, cl::ZeroOrMore,
cl::desc("Dump only symbols from this segment "
"and section name, Mach-O only"),
cl::Grouping);
"and section name, Mach-O only"));
cl::opt<bool> FormatMachOasHex("x", cl::desc("Print symbol entry in hex, "
"Mach-O only"), cl::Grouping);