Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / MCJITMemoryManager.h
index 58f9100eeff3329ceb72529cad548db9b66efb9d..bc7080d2d30f9ce0589642ffbdfc26d137baf082 100644 (file)
@@ -21,6 +21,7 @@ namespace llvm {
 // and the RuntimeDyld interface that maps objects, by name, onto their
 // matching LLVM IR counterparts in the module(s) being compiled.
 class MCJITMemoryManager : public RTDyldMemoryManager {
+  virtual void anchor();
   JITMemoryManager *JMM;
 
   // FIXME: Multiple modules.