summaryrefslogtreecommitdiffstats
path: root/lld/include/lld/Core/UndefinedAtom.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/include/lld/Core/UndefinedAtom.h')
-rw-r--r--lld/include/lld/Core/UndefinedAtom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/include/lld/Core/UndefinedAtom.h b/lld/include/lld/Core/UndefinedAtom.h
index 3e58f800ea1..f45d6ecda6b 100644
--- a/lld/include/lld/Core/UndefinedAtom.h
+++ b/lld/include/lld/Core/UndefinedAtom.h
@@ -59,6 +59,8 @@ public:
protected:
UndefinedAtom() : Atom(definitionUndefined) {}
+
+ ~UndefinedAtom() override = default;
};
} // namespace lld
OpenPOWER on IntegriCloud