[llvm-commits] [llvm] r77430 - /llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp

Chris Lattner clattner at apple.com
Sat Aug 1 14:35:42 PDT 2009


On Aug 1, 2009, at 2:16 PM, Anton Korobeynikov wrote:

> Hi, Chris
>
>> -    std::string Name = CStringSection_->getName() + utostr(Size) +  
>> '.' +
>> -    utostr(Align);
>> +    std::string Name = CStringSection_->getName() + "1." + utostr 
>> (Align);
> There should be "entity size" here, not constant 1. See my prev.
> e-mail about normal / wide strings.

Wide strings can't get here,

-Chris



More information about the llvm-commits mailing list