1set(LLVM_LINK_COMPONENTS 2 Support 3 Symbolize 4 ) 5 6add_llvm_tool(sanstats 7 sanstats.cpp 8 9 DEPENDS 10 intrinsics_gen 11 ) 12