forked from OSchip/llvm-project
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld
llvm-svn: 168755
This commit is contained in:
parent
e9adcab0a1
commit
0a2d4e2dea
llvm/lib/ExecutionEngine
|
@ -1,3 +1,4 @@
|
|||
add_llvm_library(LLVMMCJIT
|
||||
MCJIT.cpp
|
||||
SectionMemoryManager.cpp
|
||||
)
|
||||
|
|
|
@ -3,5 +3,4 @@ add_llvm_library(LLVMRuntimeDyld
|
|||
RuntimeDyld.cpp
|
||||
RuntimeDyldELF.cpp
|
||||
RuntimeDyldMachO.cpp
|
||||
SectionMemoryManager.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue