Add out of line virtual destructors to all LLVMTargetMachine subclasses
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetMachine.cpp
index 20332629adfa9b45bf7258e80ace902b3db91dce..d7c432e364b46ef42477a0e6d5c11be1b1ef83d8 100644 (file)
@@ -31,6 +31,8 @@ SystemZTargetMachine::SystemZTargetMachine(const Target &T, StringRef TT,
   initAsmInfo();
 }
 
+SystemZTargetMachine::~SystemZTargetMachine() {}
+
 namespace {
 /// SystemZ Code Generator Pass Configuration Options.
 class SystemZPassConfig : public TargetPassConfig {