Minor changes to the MCJITTest unittests to use the correct API for finalizing
[oota-llvm.git] / tools / lli / RecordingMemoryManager.h
index f3d026f2419c754595967594c086eb124fefb38d..b2919c39790a3ebc4689e3c0dcf2725871a56189 100644 (file)
@@ -58,7 +58,7 @@ public:
   void *getPointerToNamedFunction(const std::string &Name,
                                   bool AbortOnFailure = true);
 
-  bool applyPermissions(std::string *ErrMsg) { return false; }
+  bool finalizeMemory(std::string *ErrMsg) { return false; }
 
   // The following obsolete JITMemoryManager calls are stubbed out for
   // this model.