12 lines
122 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Support
Symbolize
)
add_llvm_tool(sanstats
sanstats.cpp
DEPENDS
intrinsics_gen
)