mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 01:06:25 +00:00
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld
llvm-svn: 168755
This commit is contained in:
parent
451f619df7
commit
c6af6596cc
@ -1,3 +1,4 @@
|
||||
add_llvm_library(LLVMMCJIT
|
||||
MCJIT.cpp
|
||||
SectionMemoryManager.cpp
|
||||
)
|
||||
|
@ -3,5 +3,4 @@ add_llvm_library(LLVMRuntimeDyld
|
||||
RuntimeDyld.cpp
|
||||
RuntimeDyldELF.cpp
|
||||
RuntimeDyldMachO.cpp
|
||||
SectionMemoryManager.cpp
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user