forked from OSchip/llvm-project
[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. llvm-svn: 228427
This commit is contained in:
parent
510e2f48f0
commit
8a6f35546b
|
@ -5,6 +5,7 @@ add_llvm_library(LLVMExecutionEngine
|
|||
ExecutionEngineBindings.cpp
|
||||
GDBRegistrationListener.cpp
|
||||
RTDyldMemoryManager.cpp
|
||||
SectionMemoryManager.cpp
|
||||
TargetSelect.cpp
|
||||
)
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
add_llvm_library(LLVMMCJIT
|
||||
MCJIT.cpp
|
||||
SectionMemoryManager.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue