mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
[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
af4f511096
commit
e1dab03508
@ -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
Block a user