Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / tools / lli / lli.cpp
index 47ce2c0ac34ef85dba894c622a16767c1d9db48a..c1e3522743ad363861c96e6fffa22b0efb044815 100644 (file)
@@ -271,7 +271,7 @@ public:
         this->CacheDir[this->CacheDir.size() - 1] != '/')
       this->CacheDir += '/';
   }
-  virtual ~LLIObjectCache() {}
+  ~LLIObjectCache() override {}
 
   void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override {
     const std::string ModuleID = M->getModuleIdentifier();