Add out of line virtual destructors to all LLVMTargetMachine subclasses
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetMachine.h
index c9939992115395e846f6c3ea3cc8b7850741614b..75c65c57905fa744f4d2ac2e8bf811cfda0864f2 100644 (file)
@@ -33,6 +33,8 @@ public:
                        Reloc::Model RM, CodeModel::Model CM,
                        CodeGenOpt::Level OL, bool IsLittleEndian);
 
+  ~AArch64TargetMachine() override;
+
   const AArch64Subtarget *getSubtargetImpl() const override {
     return &Subtarget;
   }