mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
RuntimeDyld. This should fix http://llvm.org/PR22593. llvm-svn: 229343
This commit is contained in:
parent
d21608f72f
commit
dbb9827d2f
@ -4,7 +4,6 @@ add_llvm_library(LLVMExecutionEngine
|
||||
ExecutionEngine.cpp
|
||||
ExecutionEngineBindings.cpp
|
||||
GDBRegistrationListener.cpp
|
||||
RTDyldMemoryManager.cpp
|
||||
SectionMemoryManager.cpp
|
||||
TargetSelect.cpp
|
||||
|
||||
|
@ -22,4 +22,4 @@ subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc
|
||||
type = Library
|
||||
name = ExecutionEngine
|
||||
parent = Libraries
|
||||
required_libraries = Core MC Object Support
|
||||
required_libraries = Core MC Object Support RuntimeDyld
|
||||
|
@ -1,4 +1,5 @@
|
||||
add_llvm_library(LLVMRuntimeDyld
|
||||
RTDyldMemoryManager.cpp
|
||||
RuntimeDyld.cpp
|
||||
RuntimeDyldChecker.cpp
|
||||
RuntimeDyldELF.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user