repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Funky indentation.
[llvm/avr.git]
/
tools
/
llvm-prof
/
CMakeLists.txt
blob
9a5115085dd39b479c617da6403f8a96ce06dec2
1
set(LLVM_LINK_COMPONENTS bitreader analysis)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvm-prof
5
llvm-prof.cpp
6
)