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

Chris Lattner clattner at apple.com
Tue Jul 21 16:18:18 PDT 2009


On Jul 21, 2009, at 4:11 PM, Dan Gohman wrote:

>
> On Jul 21, 2009, at 3:37 PM, Chris Lattner wrote:
>
>
>> Author: lattner
>> Date: Tue Jul 21 17:37:38 2009
>> New Revision: 76665
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=76665&view=rev
>> Log:
>> if Xcore doesn't support TLS, it doesn't have to worry about thread
>> local LLVM IR, it should be rejected by a front-end.
>
> An assert would be appropriate here then, so that it doesn't silently
> discard the TLS flag if the front-end fails to reject it.

That function is gone now.  This whole area needs substantial  
refactoring, which I'm in the middle of.

-Chris




More information about the llvm-commits mailing list