mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
RuntimeDyld. This should fix http://llvm.org/PR22593. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
686746d71d
commit
52b43c0fb3
@ -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