summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RecordingMemoryManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/lli/RecordingMemoryManager.h')
-rw-r--r--llvm/tools/lli/RecordingMemoryManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/RecordingMemoryManager.h b/llvm/tools/lli/RecordingMemoryManager.h
index f3d026f2419..b2919c39790 100644
--- a/llvm/tools/lli/RecordingMemoryManager.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud