Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168755 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Kaylor 2012-11-28 01:02:06 +00:00
parent 00a3e5e724
commit 6e1c4561e5
3 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
add_llvm_library(LLVMMCJIT
MCJIT.cpp
SectionMemoryManager.cpp
)

View File

@ -3,5 +3,4 @@ add_llvm_library(LLVMRuntimeDyld
RuntimeDyld.cpp
RuntimeDyldELF.cpp
RuntimeDyldMachO.cpp
SectionMemoryManager.cpp
)