[llvm-commits] [llvm] r76665 - /llvm/trunk/lib/Target/XCore/XCoreTargetAsmInfo.cpp

Chris Lattner clattner at apple.com
Wed Jul 22 09:38:55 PDT 2009


On Jul 22, 2009, at 4:08 AM, Richard Osborne wrote:

>>
>> Because TLS is dealt with entirely in the backend the section for TLS
>> globals should be identical to those for non TLS globals which is  
>> why it
>> was being masked off here. However this could equally be done by  
>> setting
>> TLSDataSection and TLSBSSSection to be identical to data and bss  
>> sections.
>>
> I've changed the TLS sections to be identical to the non TLS  
> sections in
> r76735:
>
> http://llvm.org/viewvc/llvm-project?rev=76735&view=rev

Very nice Richard, thanks!  Sorry for the breakage, this new approach  
is much more modular.

-Chris



More information about the llvm-commits mailing list