tools: add support for decoding ARM attributes
[oota-llvm.git] / tools / llvm-readobj / ObjDumper.h
index 6918e28cb93a7176bfbe789eac707bd0499600f9..64bab0563217f9f4278470a378bc34a1f200b985 100644 (file)
@@ -40,6 +40,9 @@ public:
   virtual void printNeededLibraries() { }
   virtual void printProgramHeaders() { }
 
+  // Only implemented for ARM ELF at this time.
+  virtual void printAttributes() { }
+
 protected:
   StreamWriter& W;
 };