Minor changes to the MCJITTest unittests to use the correct API for finalizing
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITMemoryManager.cpp
index bf5680d832d2084ebe794849ed6ead360d8ef4b1..6a1db16a6a189f4d70beb81b36a60cd13714ae8c 100644 (file)
@@ -509,7 +509,7 @@ namespace {
       return (uint8_t*)DataAllocator.Allocate(Size, Alignment);
     }
 
-    bool applyPermissions(std::string *ErrMsg) {
+    bool finalizeMemory(std::string *ErrMsg) {
       return false;
     }