Minor changes to the MCJITTest unittests to use the correct API for finalizing
[oota-llvm.git] / tools / llvm-rtdyld / llvm-rtdyld.cpp
index ead541a5b80fa46482a7699e6e7142e7b07c55a7..b68f2a08d92726d4baf7fd936f2afeb6357cacc9 100644 (file)
@@ -69,7 +69,7 @@ public:
     return 0;
   }
 
-  bool applyPermissions(std::string *ErrMsg) { return false; }
+  bool finalizeMemory(std::string *ErrMsg) { return false; }
 
   // Invalidate instruction cache for sections with execute permissions.
   // Some platforms with separate data cache and instruction cache require