1set(LLVM_LINK_COMPONENTS 2 Analysis 3 Core 4 Support 5 ) 6 7add_llvm_tool(llvm-stress 8 llvm-stress.cpp 9 10 DEPENDS 11 intrinsics_gen 12 ) 13