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

llvm-svn: 168755
This commit is contained in:
Andrew Kaylor 2012-11-28 01:02:06 +00:00
parent 451f619df7
commit c6af6596cc
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
)