Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / include / llvm / Object / ObjectFile.h
index 9cc393f29e0c6b85417fe1d4b91a264c3501c76c..41959bd34e10f6784a571dbb13f90239e7f65e1e 100644 (file)
@@ -388,7 +388,6 @@ public:
   static inline bool classof(const Binary *v) {
     return v->isObject();
   }
-  static inline bool classof(const ObjectFile *v) { return true; }
 
 public:
   static ObjectFile *createCOFFObjectFile(MemoryBuffer *Object);