Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
[oota-llvm.git] / include / llvm / TableGen / TableGenAction.h
index 9f1c23c5b4574abaec9b137a5c4e60567c97a604..733ae626447c3f192733b2fccd9e6bc5f9925bee 100644 (file)
@@ -21,6 +21,7 @@ class raw_ostream;
 class RecordKeeper;
 
 class TableGenAction {
+  virtual void anchor();
 public:
   virtual ~TableGenAction() {}