Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / unittests / ASTMatchers / Dynamic / CMakeLists.txt
blob6d0e12bcb0759ac6c8e94e458840b59e7a085653
1 set(LLVM_LINK_COMPONENTS
2   FrontendOpenMP
3   Support
4   )
6 add_clang_unittest(DynamicASTMatchersTests
7   VariantValueTest.cpp
8   ParserTest.cpp
9   RegistryTest.cpp
10   )
12 clang_target_link_libraries(DynamicASTMatchersTests
13   PRIVATE
14   clangAST
15   clangASTMatchers
16   clangBasic
17   clangDynamicASTMatchers
18   clangFrontend
19   clangSerialization
20   clangTooling
21   )
23 target_link_libraries(DynamicASTMatchersTests
24   PRIVATE
25   clangTesting
26   )