Retry defaulting the virtual dtor in LoadedObjectInfo
[oota-llvm.git] / include / llvm / DebugInfo / DIContext.h
index 7be795f9a43669842ff80652781446b437b6cc99..d8830da56b518cdf352cdf036fae088b9a264792 100644 (file)
@@ -141,7 +141,7 @@ private:
 /// on the fly.
 class LoadedObjectInfo {
 public:
-  virtual ~LoadedObjectInfo() {}
+  virtual ~LoadedObjectInfo() = default;
 
   /// Obtain the Load Address of a section by Name.
   ///