repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: managed to compile program that writes constant to global variable
[llvm/zpu.git]
/
tools
/
lli
/
CMakeLists.txt
blob
ce70d46e4a5e4f5f252e284e160ab3e85bdf4696
1
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag)
2
3
add_llvm_tool(lli
4
lli.cpp
5
)