1set(LLVM_LINK_COMPONENTS 2 Support 3 TestingSupport 4 ) 5 6add_llvm_unittest(TestingSupportTests 7 TempPathTest.cpp 8 ) 9 10target_link_libraries(TestingSupportTests PRIVATE LLVMTestingSupport) 11