repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] - Refine the LLVM-style output to be consistent.
[llvm-complete.git]
/
tools
/
sanstats
/
CMakeLists.txt
blob
198f6692531d5870ed4e92b194bf23b6f84b2e9a
1
set(LLVM_LINK_COMPONENTS
2
Support
3
Symbolize
4
)
5
6
add_llvm_tool(sanstats
7
sanstats.cpp
8
9
DEPENDS
10
intrinsics_gen
11
)