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/X86TargetMachine.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/X86TargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetMachine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86TargetMachine.cpp b/llvm/lib/Target/X86/X86TargetMachine.cpp index f56d6bab157..4bde05306ce 100644 --- a/llvm/lib/Target/X86/X86TargetMachine.cpp +++ b/llvm/lib/Target/X86/X86TargetMachine.cpp @@ -37,8 +37,6 @@ static std::unique_ptr<TargetLoweringObjectFile> createTLOF(const Triple &TT) { return make_unique<TargetLoweringObjectFileMachO>(); } - if (TT.isPS4CPU()) - return make_unique<PS4TargetObjectFile>(); if (TT.isOSLinux()) return make_unique<X86LinuxTargetObjectFile>(); if (TT.isOSBinFormatELF()) |