commit | 3dcb538661317926e90c7a21cec92c7d871f13b9 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Wed Apr 03 05:26:07 2013 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Wed Apr 03 05:26:07 2013 +0000 |
tree | 8844bb14028cdf13a7408e54cac2a379665820cc | |
parent | 8534e9998c53efae49e4555ba394f39808fb83e0 [diff] [blame] |
Remove ZeroOrMore from the option description. We don't need it here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178623 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 585a92a..d3cb4f9 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -55,7 +55,7 @@ cl::init(false)); static cl::opt<bool> GenerateDwarfPubNamesSection("generate-dwarf-pubnames", - cl::Hidden, cl::ZeroOrMore, cl::init(false), + cl::Hidden, cl::init(false), cl::desc("Generate DWARF pubnames section")); namespace {