mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
0fcf3c17e0
This is part of a new statistics gathering feature for the sanitizers. See clang/docs/SanitizerStats.rst for further info and docs. Differential Revision: http://reviews.llvm.org/D16174 llvm-svn: 257970
9 lines
94 B
CMake
9 lines
94 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
Symbolize
|
|
)
|
|
|
|
add_llvm_tool(sanstats
|
|
sanstats.cpp
|
|
)
|