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