1set(LLVM_LINK_COMPONENTS 2 Support 3 TargetParser 4 ) 5 6add_llvm_unittest(TargetParserTests 7 CSKYTargetParserTest.cpp 8 Host.cpp 9 RISCVISAInfoTest.cpp 10 RISCVTargetParserTest.cpp 11 TargetParserTest.cpp 12 TripleTest.cpp 13 ) 14 15target_link_libraries(TargetParserTests PRIVATE LLVMTestingSupport) 16