From ab7ee461c2a1b356ba5d67a41159ac73d87366c8 Mon Sep 17 00:00:00 2001 From: Kai Nacke Date: Tue, 4 Feb 2014 06:07:00 +0000 Subject: Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data. There seems to be a new problem with the debug info in the test case. I'll have to investigate this. llvm-svn: 200737 --- llvm/lib/Target/ARM/ARMTargetObjectFile.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/lib/Target/ARM/ARMTargetObjectFile.cpp') diff --git a/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp b/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp index e6b8cce0915..1c5dc51e7fa 100644 --- a/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp +++ b/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp @@ -51,9 +51,3 @@ getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang, MCSymbolRefExpr::VK_ARM_TARGET2, getContext()); } - -const MCExpr *ARMElfTargetObjectFile:: -getDebugThreadLocalSymbol(const MCSymbol *Sym) const { - return MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_ARM_TLSLDO, - getContext()); -} -- cgit v1.2.3