projects
/
freebsd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Vendor import of llvm release_39 branch r276489:
[freebsd.git]
/
tools
/
sanstats
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
Support
3
Symbolize
4
)
5
6
add_llvm_tool(sanstats
7
sanstats.cpp
8
)