Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / Testing / Annotations / CMakeLists.txt
blobd82693691b9049ee749864adef116b32aa4bb7d7
1 set(LLVM_LINK_COMPONENTS
2   Support
3   TestingAnnotations
4   )
6 add_llvm_unittest(TestingAnnotationTests
7   AnnotationsTest.cpp
8   )
10 target_link_libraries(TestingAnnotationTests PRIVATE LLVMTestingAnnotations)