MachObjectWriter: optimize the string table for common suffices
[oota-llvm.git] / include / llvm / MC / MCWinCOFFObjectWriter.h
index 213481c9090cfed2d8e4aefd95ec33e2c4cfa31d..dad7bb597039ba31039eeea1d84ab57518b9b9ea 100644 (file)
@@ -30,6 +30,7 @@ namespace llvm {
     virtual unsigned getRelocType(const MCValue &Target,
                                   const MCFixup &Fixup,
                                   bool IsCrossSection) const = 0;
+    virtual bool recordRelocation(const MCFixup &) const { return true; }
   };
 
   /// \brief Construct a new Win COFF writer instance.