1set(LLVM_LINK_COMPONENTS 2 TargetParser 3 TextAPI 4 ) 5 6add_llvm_unittest(TextAPITests 7 TextStubV1Tests.cpp 8 TextStubV2Tests.cpp 9 TextStubV3Tests.cpp 10 TextStubV4Tests.cpp 11 TextStubV5Tests.cpp 12 RecordTests.cpp 13 ) 14 15target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport) 16