[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetStreamer.h
index 3ecd8a8b0a423ad758c22da5cdf6a44c0cee9267..e876be16a9b3284bd56339a76d77ca33b5d0b283 100644 (file)
@@ -15,6 +15,7 @@
 namespace llvm {
 class PPCTargetStreamer : public MCTargetStreamer {
 public:
+  virtual ~PPCTargetStreamer();
   virtual void emitTCEntry(const MCSymbol &S) = 0;
 };
 }