blob: d82693691b9049ee749864adef116b32aa4bb7d7 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
TestingAnnotations
)
add_llvm_unittest(TestingAnnotationTests
AnnotationsTest.cpp
)
target_link_libraries(TestingAnnotationTests PRIVATE LLVMTestingAnnotations)