summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/TableGenBackend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/TableGenBackend.h b/utils/TableGen/TableGenBackend.h
index ae71d2c66b..bd132039b8 100644
--- a/utils/TableGen/TableGenBackend.h
+++ b/utils/TableGen/TableGenBackend.h
@@ -14,6 +14,7 @@ class Record;
class RecordKeeper;
struct TableGenBackend {
+ virtual ~TableGenBackend() {}
// run - All TableGen backends should implement the run method, which should
// be the main entry point.