obj2yaml: Use the correct relocation type for different machine types
[oota-llvm.git] / lib / DebugInfo / DWARFCompileUnit.h
index 1c9573b0b4b74e74b5cb5ee2c77319cd372a5717..d1853d80a38ca689f7810bdd6f4dd5d8189e154a 100644 (file)
@@ -22,7 +22,7 @@ public:
       : DWARFUnit(DA, IS, AS, RS, SS, SOS, AOS, M, LE) {}
   void dump(raw_ostream &OS);
   // VTable anchor.
-  ~DWARFCompileUnit() LLVM_OVERRIDE;
+  ~DWARFCompileUnit() override;
 };
 
 }