[PATCH] D21492: [X86][NFC] Remove duplicate X86ELFObjectWriter class

Visoiu Mistrih Francis via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 16:02:16 PDT 2016


thegameg updated this revision to Diff 65435.

https://reviews.llvm.org/D21492

Files:
  lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

Index: lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
===================================================================
--- lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
+++ lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
@@ -62,13 +62,6 @@
 
 namespace {
 
-class X86ELFObjectWriter : public MCELFObjectTargetWriter {
-public:
-  X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine,
-                     bool HasRelocationAddend, bool foobar)
-    : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {}
-};
-
 class X86AsmBackend : public MCAsmBackend {
   const StringRef CPU;
   bool HasNopl;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21492.65435.patch
Type: text/x-patch
Size: 631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160725/928172fd/attachment.bin>


More information about the llvm-commits mailing list