llvm-for-llvmta/tools/sanstats/CMakeLists.txt

12 lines
122 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
set(LLVM_LINK_COMPONENTS
Support
Symbolize
)
add_llvm_tool(sanstats
sanstats.cpp
DEPENDS
intrinsics_gen
)