diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-11-01 00:46:04 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-11-01 00:46:04 +0000 |
commit | 647d6d7d3b6bfc8d99b8425cff50f979dbbd2ab6 (patch) | |
tree | de4725c4ccb0352e5a0946a0c5cc98756cef49c0 /tools | |
parent | 08e712b9ff4ab1aa560357e780ecf3e366b3178b (diff) |
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Patch by Ashok Thirumurthi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lli/lli.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 328c665aa5..22b48cf63f 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -242,7 +242,7 @@ public: // the data cache but not to the instruction cache. virtual void invalidateInstructionCache(); - // The MCJITMemoryManager doesn't use the following functions, so we don't + // The RTDyldMemoryManager doesn't use the following functions, so we don't // need implement them. virtual void setMemoryWritable() { llvm_unreachable("Unexpected call!"); |