[llvm] r178623 - Remove ZeroOrMore from the option description. We don't need it here.

Eric Christopher echristo at gmail.com
Sun Apr 28 08:45:20 PDT 2013


Could maybe be but it'd be goofy.
On Apr 28, 2013 4:58 PM, "David Blaikie" <dblaikie at gmail.com> wrote:

> Is this testable? )(not sure it's too important even if it is)
> On Apr 3, 2013 4:29 PM, "Eric Christopher" <echristo at gmail.com> wrote:
>
>> Author: echristo
>> Date: Wed Apr  3 00:26:07 2013
>> New Revision: 178623
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=178623&view=rev
>> Log:
>> Remove ZeroOrMore from the option description. We don't need it here.
>>
>> Modified:
>>     llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
>>
>> Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=178623&r1=178622&r2=178623&view=diff
>>
>> ==============================================================================
>> --- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
>> +++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Wed Apr  3 00:26:07
>> 2013
>> @@ -55,7 +55,7 @@ static cl::opt<bool> UnknownLocations("u
>>       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 {
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130428/042c120c/attachment.html>


More information about the llvm-commits mailing list