[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang / lib / ASTMatchers / Dynamic / CMakeLists.txt
blobea1bee407b00af347c0b9b9bedb2d7e79f7a2ac4
1 set(LLVM_LINK_COMPONENTS
2   FrontendOpenMP
3   Support
6 add_clang_library(clangDynamicASTMatchers
7   Diagnostics.cpp
8   Marshallers.cpp
9   Parser.cpp
10   Registry.cpp
11   VariantValue.cpp
13   LINK_LIBS
14   clangAST
15   clangASTMatchers
16   clangBasic
18   DEPENDS
19   omp_gen
20   ClangDriverOptions
21   )