[MCJIT] Delete the JTIMemoryManager and associated APIs.
authorLang Hames <lhames@gmail.com>
Tue, 23 Sep 2014 16:56:02 +0000 (16:56 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 23 Sep 2014 16:56:02 +0000 (16:56 +0000)
commit0717be951f628870d3430a07db4aade558fc85a0
tree75686ca4b9ec3faefdb6bcee82ebb14c971962ef
parentff5cfb4c23322427b38f1f0b2d56ff7d6e8b2515
[MCJIT] Delete the JTIMemoryManager and associated APIs.

This patch removes the old JIT memory manager (which does not provide any
useful functionality now that the old JIT is gone), and migrates the few
remaining clients over to SectionMemoryManager.

http://llvm.org/PR20848

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218316 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITMemoryManager.h [deleted file]
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/MCJIT/CMakeLists.txt
lib/ExecutionEngine/MCJIT/JITMemoryManager.cpp [deleted file]
tools/lli/RemoteMemoryManager.cpp
tools/lli/RemoteMemoryManager.h
tools/lli/lli.cpp
tools/llvm-jitlistener/Makefile
tools/llvm-jitlistener/llvm-jitlistener.cpp