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
07e8171fcb
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
Interpreter
/
CMakeLists.txt
6 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
Eliminate object-relinking support from CMake. Fixes PR 4429 and cleans up the CMake-based build system a bit. Started by a patch from Xerxes Rånby. llvm-svn: 73969
2009-06-24 01:57:35 +08:00
add_llvm_library
(
LLVMInterpreter
Initial support for the CMake build system. llvm-svn: 56419
2008-09-22 09:08:49 +08:00
E
x
e
c
u
t
i
o
n
.
c
p
p
E
x
t
e
r
n
a
l
F
u
n
c
t
i
o
n
s
.
c
p
p
I
n
t
e
r
p
r
e
t
e
r
.
c
p
p
)