Remove ZeroOrMore from the option description. We don't need it here.
authorEric Christopher <echristo@gmail.com>
Wed, 3 Apr 2013 05:26:07 +0000 (05:26 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 3 Apr 2013 05:26:07 +0000 (05:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178623 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 585a92a92f7b1e570aa468fc4e574e86036c5092..d3cb4f9c1c0ef179c4b7896c0082a6ef22a11534 100644 (file)
@@ -55,7 +55,7 @@ static cl::opt<bool> UnknownLocations("use-unknown-locations", cl::Hidden,
      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 {