1set(LLVM_LINK_COMPONENTS2 Support3 TestingSupport4 )5 6add_llvm_unittest(TestingSupportTests7 TempPathTest.cpp8 )9 10target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport)11