mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00: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
|
ExecutionEngine.cpp
|
||||||
ExecutionEngineBindings.cpp
|
ExecutionEngineBindings.cpp
|
||||||
GDBRegistrationListener.cpp
|
GDBRegistrationListener.cpp
|
||||||
RTDyldMemoryManager.cpp
|
|
||||||
SectionMemoryManager.cpp
|
SectionMemoryManager.cpp
|
||||||
TargetSelect.cpp
|
TargetSelect.cpp
|
||||||
|
|
||||||
|
@ -22,4 +22,4 @@ subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc
|
|||||||
type = Library
|
type = Library
|
||||||
name = ExecutionEngine
|
name = ExecutionEngine
|
||||||
parent = Libraries
|
parent = Libraries
|
||||||
required_libraries = Core MC Object Support
|
required_libraries = Core MC Object Support RuntimeDyld
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
add_llvm_library(LLVMRuntimeDyld
|
add_llvm_library(LLVMRuntimeDyld
|
||||||
|
RTDyldMemoryManager.cpp
|
||||||
RuntimeDyld.cpp
|
RuntimeDyld.cpp
|
||||||
RuntimeDyldChecker.cpp
|
RuntimeDyldChecker.cpp
|
||||||
RuntimeDyldELF.cpp
|
RuntimeDyldELF.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user