1set(LLVM_LINK_COMPONENTS 2 Support 3 TestingAnnotations 4 ) 5 6add_llvm_unittest(TestingAnnotationTests 7 AnnotationsTest.cpp 8 ) 9 10target_link_libraries(TestingAnnotationTests PRIVATE LLVMTestingAnnotations) 11