diff options
author | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-03-02 18:50:18 +0000 |
---|---|---|
committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-03-02 18:50:18 +0000 |
commit | 9f4cfc574ed435d8e4d0db8d5d99d582a6400c37 (patch) | |
tree | 75f68fce6eb04ee96abece4f8cbdbe9c290d7896 /llvm/lib/Target/X86/X86TargetObjectFile.cpp | |
parent | 5c5c00b7da38d852b727e42f3e83d4a3d94869a0 (diff) | |
download | bcm5719-llvm-9f4cfc574ed435d8e4d0db8d5d99d582a6400c37.tar.gz bcm5719-llvm-9f4cfc574ed435d8e4d0db8d5d99d582a6400c37.zip |
Revert r230979, should apply to all X86 ELF.
llvm-svn: 230985
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetObjectFile.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetObjectFile.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/X86TargetObjectFile.cpp b/llvm/lib/Target/X86/X86TargetObjectFile.cpp index a298ca88ed7..1d1c32eb2cb 100644 --- a/llvm/lib/Target/X86/X86TargetObjectFile.cpp +++ b/llvm/lib/Target/X86/X86TargetObjectFile.cpp @@ -74,11 +74,6 @@ X86LinuxTargetObjectFile::getDebugThreadLocalSymbol( return MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext()); } -const MCExpr *PS4TargetObjectFile::getDebugThreadLocalSymbol( - const MCSymbol *Sym) const { - return MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext()); -} - const MCExpr *X86WindowsTargetObjectFile::getExecutableRelativeSymbol( const ConstantExpr *CE, Mangler &Mang, const TargetMachine &TM) const { // We are looking for the difference of two symbols, need a subtraction |