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
/
llvm-prof
/
CMakeLists.txt
blob
442112bc88ed5dc0a3f2fae1884d118d8f323003
1
set(LLVM_LINK_COMPONENTS bitreader analysis)
2
3
add_llvm_tool(llvm-prof
4
llvm-prof.cpp
5
)