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.h | |
parent | 5c5c00b7da38d852b727e42f3e83d4a3d94869a0 (diff) | |
download | llvm-9f4cfc574ed435d8e4d0db8d5d99d582a6400c37.zip llvm-9f4cfc574ed435d8e4d0db8d5d99d582a6400c37.tar.gz llvm-9f4cfc574ed435d8e4d0db8d5d99d582a6400c37.tar.bz2 |
Revert r230979, should apply to all X86 ELF.
llvm-svn: 230985
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetObjectFile.h')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetObjectFile.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/X86/X86TargetObjectFile.h b/llvm/lib/Target/X86/X86TargetObjectFile.h index 1cecf0b..f7455382 100644 --- a/llvm/lib/Target/X86/X86TargetObjectFile.h +++ b/llvm/lib/Target/X86/X86TargetObjectFile.h @@ -47,12 +47,6 @@ namespace llvm { const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override; }; - /// \brief This TLOF implementation is used for PS4. - class PS4TargetObjectFile : public TargetLoweringObjectFileELF { - /// \brief Describe a TLS variable address within debug info. - const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override; - }; - /// \brief This implementation is used for Windows targets on x86 and x86-64. class X86WindowsTargetObjectFile : public TargetLoweringObjectFileCOFF { const MCExpr * |