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]
/
utils
/
KillTheDoctor
/
CMakeLists.txt
blob
32e481cbead8942fae929de23c00fd29e5707eab
1
add_executable(KillTheDoctor
2
KillTheDoctor.cpp
3
system_error.cpp
4
)
5
6
target_link_libraries(KillTheDoctor LLVMSupport LLVMSystem)