[llvm-commits] [llvm] r143970 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Eric Christopher
echristo at apple.com
Mon Nov 7 10:56:05 PST 2011
On Nov 7, 2011, at 10:38 AM, Devang Patel wrote:
>
> On Nov 7, 2011, at 10:10 AM, Eric Christopher wrote:
>
>> Author: echristo
>> Date: Mon Nov 7 12:10:17 2011
>> New Revision: 143970
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=143970&view=rev
>> Log:
>> Allow for the case where the name of the subprogram is "".
>>
>> Fixes a self-host error.
>
> StringRef.startswith() is handy.
Hey cool. Thanks :)
-eric
More information about the llvm-commits
mailing list