X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Flli%2FRecordingMemoryManager.h;h=b2919c39790a3ebc4689e3c0dcf2725871a56189;hb=7ffc422659e29061511b9ae5f6fdda2458a76b50;hp=f3d026f2419c754595967594c086eb124fefb38d;hpb=e4496548155ba6606f107fbdc10ea17e58fd3401;p=oota-llvm.git diff --git a/tools/lli/RecordingMemoryManager.h b/tools/lli/RecordingMemoryManager.h index f3d026f2419..b2919c39790 100644 --- a/tools/lli/RecordingMemoryManager.h +++ b/tools/lli/RecordingMemoryManager.h @@ -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.