llvm-readobj: teach it how to dump COFF base relocation table
[oota-llvm.git] / tools / llvm-readobj / ObjDumper.h
index b898224a44d080583871b1a5c968c6c487892ecb..a34e0912728662ca28b1769b27c3925d3737d51b 100644 (file)
@@ -46,6 +46,7 @@ public:
   // Only implemented for PE/COFF.
   virtual void printCOFFImports() { }
   virtual void printCOFFDirectives() { }
+  virtual void printCOFFBaseReloc() { }
 
 protected:
   StreamWriter& W;