Revert part of r237975, "Fix Clang -Wmissing-override warning" in DIContext.h, to...
[oota-llvm.git] / include / llvm / DebugInfo / DIContext.h
index d8830da56b518cdf352cdf036fae088b9a264792..dddc7faa73e8b9c76964de9d44eaa643621c3e6b 100644 (file)
@@ -141,7 +141,8 @@ private:
 /// on the fly.
 class LoadedObjectInfo {
 public:
 /// on the fly.
 class LoadedObjectInfo {
 public:
-  virtual ~LoadedObjectInfo() = default;
+  LoadedObjectInfo() {}
+  virtual ~LoadedObjectInfo() {}
 
   /// Obtain the Load Address of a section by Name.
   ///
 
   /// Obtain the Load Address of a section by Name.
   ///