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]
/
examples
/
ModuleMaker
/
CMakeLists.txt
blob
81e911560bdcf2c9c863029d5c265d79dce55590
1
set(LLVM_LINK_COMPONENTS bitwriter)
2
3
add_llvm_example(ModuleMaker
4
ModuleMaker.cpp
5
)