aosp12/external/llvm/tools/sanstats/CMakeLists.txt

9 lines
94 B
CMake
Raw Normal View History

2023-01-09 17:11:35 +08:00
set(LLVM_LINK_COMPONENTS
Support
Symbolize
)
add_llvm_tool(sanstats
sanstats.cpp
)