This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-30 02:32:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6ef31b0079
llvm-6502
/
lib
/
ExecutionEngine
/
MCJIT
/
CMakeLists.txt
6 lines
93 B
CMake
Raw
Normal View
History
Unescape
Escape
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119509 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-17 16:06:43 +00:00
add_llvm_library
(
LLVMMCJIT
Reinstate "Nuke the old JIT." Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reinstates commits r215111, 215115, 215116, 215117, 215136. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216982 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-02 22:28:02 +00:00
J
I
T
M
e
m
o
r
y
M
a
n
a
g
e
r
.
c
p
p
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119509 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-17 16:06:43 +00:00
M
C
J
I
T
.
c
p
p
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
2012-11-28 01:02:06 +00:00
S
e
c
t
i
o
n
M
e
m
o
r
y
M
a
n
a
g
e
r
.
c
p
p
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119509 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-17 16:06:43 +00:00
)
Reference in New Issue
Copy Permalink