This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
bea5967e8c
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
MCJIT
/
CMakeLists.txt
7 lines
71 B
CMake
Raw
Normal View
History
Unescape
Escape
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. llvm-svn: 119509
2010-11-18 00:06:43 +08:00
add_llvm_library
(
LLVMMCJIT
M
C
J
I
T
.
c
p
p
modules: Add explicit dependency on intrinsics_gen `LLVM_ENABLE_MODULES` builds sometimes fail because `Intrinsics.td` needs to regenerate `Instrinsics.h` before anyone can include anything from the LLVM_IR module. Represent the dependency explicitly to prevent that. llvm-svn: 239796
2015-06-16 08:44:12 +08:00
D
E
P
E
N
D
S
i
n
t
r
i
n
s
i
c
s
_
g
e
n
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. llvm-svn: 119509
2010-11-18 00:06:43 +08:00
)