mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
32abccb30d
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257970 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
94 B
CMake
9 lines
94 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
Symbolize
|
|
)
|
|
|
|
add_llvm_tool(sanstats
|
|
sanstats.cpp
|
|
)
|