xref
: /
external
/
llvm
/
tools
/
sanstats
/
CMakeLists.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
set(LLVM_LINK_COMPONENTS
2
Support
3
Symbolize
4
)
5
6
add_llvm_tool(sanstats
7
sanstats.cpp
8
)
9