[llvm-commits] [llvm] r51458 - /llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp

Dale Johannesen dalej at apple.com
Fri May 23 12:01:55 PDT 2008


On May 22, 2008, at 8:49 PM, Anton Korobeynikov wrote:

> Hello, Dale
>
>> +            SwitchToDataSection("\t.section  
>> __TEXT,__const_coal,coalesced", I);
> Is this correct? __TEXT section?

That's the right section, yes, try the testcase referenced in the  
checkin.  And I believe SwitchToDataSection is appropriate because  
that affects the padding character, and you want 0's in this section.

I am not sure string vs. non-string is quite the right test, though,  
gcc's logic for this is very confusing.




More information about the llvm-commits mailing list