Add override to overriden virtual methods, remove virtual keywords.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / Targets / RuntimeDyldMachOAArch64.h
index 062d402610a744ebf5c93a8a15717f7d7f703cab..01d84f5c339f7c171f8b2b6407ff3e54cc4dda68 100644 (file)
@@ -296,7 +296,7 @@ public:
     return ++RelI;
   }
 
-  void resolveRelocation(const RelocationEntry &RE, uint64_t Value) {
+  void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
     DEBUG(dumpRelocationToResolve(RE, Value));
 
     const SectionEntry &Section = Sections[RE.SectionID];