[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / JITRegistrar.h
index 69e9dbe490d62302f2a489b5fff07af176618af5..6a514ea3ec3b1ba0b123461fbc774fcd7c2fe7f2 100644 (file)
@@ -16,6 +16,7 @@ namespace llvm {
 
 /// Global access point for the JIT debugging interface.
 class JITRegistrar {
+  virtual void anchor();
 public:
   /// Instantiates the JIT service.
   JITRegistrar() {}