Minor changes to the MCJITTest unittests to use the correct API for finalizing
authorDavid Tweed <david.tweed@arm.com>
Fri, 17 May 2013 10:01:46 +0000 (10:01 +0000)
committerDavid Tweed <david.tweed@arm.com>
Fri, 17 May 2013 10:01:46 +0000 (10:01 +0000)
commitabb38fe8dec11b1ea7535f84fac8ad0f0af70add
tree14d65d4e61acb9acb731e953ae5ff714ca1a9c7f
parente91967820879b79f95b0378124c5f40d9e6d54ee
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182085 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
tools/lli/RecordingMemoryManager.h
tools/llvm-rtdyld/llvm-rtdyld.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp