Add to RuntimeDyld support different object formats
[oota-llvm.git] / include / llvm / ExecutionEngine / RuntimeDyld.h
index 3dc65e33d4e85d39a9374958757dfc38a2bdb519..724b9f09e0e5120f1b73bb525b5aec1ed5acc960 100644 (file)
@@ -53,6 +53,7 @@ class RuntimeDyld {
   // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
   // interface.
   RuntimeDyldImpl *Dyld;
+  RTDyldMemoryManager *MM;
 public:
   RuntimeDyld(RTDyldMemoryManager*);
   ~RuntimeDyld();