[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
authorLang Hames <lhames@gmail.com>
Sun, 15 Feb 2015 23:22:43 +0000 (23:22 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 15 Feb 2015 23:22:43 +0000 (23:22 +0000)
commit52b43c0fb339303fa58c68fddc31918e3ffb1672
treed0c0120ea94bb4b83368f6d96a9cd5adc1f7269d
parent686746d71d9ce8eaa669fabee8b5c56f3ceb6453
[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
RuntimeDyld.

This should fix http://llvm.org/PR22593.

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