if Xcore doesn't support TLS, it doesn't have to worry about thread local LLVM IR...
authorChris Lattner <sabre@nondot.org>
Tue, 21 Jul 2009 22:37:38 +0000 (22:37 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Jul 2009 22:37:38 +0000 (22:37 +0000)
llvm-svn: 76665

llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp

index cf27a51..8a9f0c2 100644 (file)
@@ -72,7 +72,7 @@ unsigned XCoreTargetAsmInfo::
 SectionFlagsForGlobal(const GlobalValue *GV, const char* Name) const {
   unsigned Flags = ELFTargetAsmInfo::SectionFlagsForGlobal(GV, Name);
   // Mask out unsupported flags
-  Flags &= ~(SectionFlags::Small | SectionFlags::TLS);
+  Flags &= ~SectionFlags::Small;
 
   // Set CP / DP relative flags
   if (GV) {