diff options
| author | David Tweed <david.tweed@arm.com> | 2013-05-17 10:01:46 +0000 |
|---|---|---|
| committer | David Tweed <david.tweed@arm.com> | 2013-05-17 10:01:46 +0000 |
| commit | 2e7efedd39bcafb2b6c22557b9eccd5243f1cc1c (patch) | |
| tree | 38315153dd4a02300d8f4e1069ca6ede714680ba /llvm/tools/llvm-rtdyld | |
| parent | b7be72df5bb3d06be9d5315f74d5c83909f6c5ae (diff) | |
| download | bcm5719-llvm-2e7efedd39bcafb2b6c22557b9eccd5243f1cc1c.tar.gz bcm5719-llvm-2e7efedd39bcafb2b6c22557b9eccd5243f1cc1c.zip | |
Minor changes to the MCJITTest unittests to use the correct API for finalizing
the JIT object (including XFAIL an ARM test that now needs fixing). Also renames
internal function for consistency.
llvm-svn: 182085
Diffstat (limited to 'llvm/tools/llvm-rtdyld')
| -rw-r--r-- | llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp b/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp index ead541a5b80..b68f2a08d92 100644 --- a/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp +++ b/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp @@ -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 |

