mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168755 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00a3e5e724
commit
6e1c4561e5
@ -1,3 +1,4 @@
|
|||||||
add_llvm_library(LLVMMCJIT
|
add_llvm_library(LLVMMCJIT
|
||||||
MCJIT.cpp
|
MCJIT.cpp
|
||||||
|
SectionMemoryManager.cpp
|
||||||
)
|
)
|
||||||
|
@ -3,5 +3,4 @@ add_llvm_library(LLVMRuntimeDyld
|
|||||||
RuntimeDyld.cpp
|
RuntimeDyld.cpp
|
||||||
RuntimeDyldELF.cpp
|
RuntimeDyldELF.cpp
|
||||||
RuntimeDyldMachO.cpp
|
RuntimeDyldMachO.cpp
|
||||||
SectionMemoryManager.cpp
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user