[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.
authorLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 19:36:40 +0000 (19:36 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 19:36:40 +0000 (19:36 +0000)
commit396fa9a7b397990160195fb0460da44d57f4fdce
tree0586f5063a5997c24285a03eafbdc2f80dbe1da3
parent884fa87a1f95f5538d8f9fed6cf6551f7dae60c2
[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.

This is a more sensible home for SectionMemoryManager, and allows the implementation
to be shared between Orc and MCJIT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228427 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/MCJIT/CMakeLists.txt
lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp [deleted file]
lib/ExecutionEngine/SectionMemoryManager.cpp [new file with mode: 0644]