Enable DebugInfo support for COFF object files.
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
index d1f9f5cd568e7a6ff2e4d2425ba07cb882b6c82e..a21dc1987d2981ee7777772f938247416a765c45 100644 (file)
@@ -63,6 +63,9 @@ public:
   virtual void EndCOFFSymbolDef() {
     assert(0 && "macho doesn't support this directive");
   }
+  virtual void EmitCOFFSecRel32(MCSymbol const *Symbol) {
+    assert(0 && "macho doesn't support this directive");
+  }
   virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {
     assert(0 && "macho doesn't support this directive");
   }