[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang / lib / ASTMatchers / CMakeLists.txt
blob30303c1e39a00c3814353eb74c10536e84175d69
1 add_subdirectory(Dynamic)
3 set(LLVM_LINK_COMPONENTS
4   FrontendOpenMP
5   Support
8 add_clang_library(clangASTMatchers
9   ASTMatchFinder.cpp
10   ASTMatchersInternal.cpp
11   GtestMatchers.cpp
13   LINK_LIBS
14   clangAST
15   clangBasic
16   clangLex
18   DEPENDS
19   omp_gen
20   ClangDriverOptions
21   )