[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang / lib / Index / CMakeLists.txt
blobb4e294304f1159fdb64bb6185008536578a4597d
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   )
6 add_clang_library(clangIndex
7   CommentToXML.cpp
8   FileIndexRecord.cpp
9   IndexBody.cpp
10   IndexDecl.cpp
11   IndexingAction.cpp
12   IndexingContext.cpp
13   IndexSymbol.cpp
14   IndexTypeSourceInfo.cpp
15   USRGeneration.cpp
17   ADDITIONAL_HEADERS
18   IndexingContext.h
20   LINK_LIBS
21   clangAST
22   clangBasic
23   clangFormat
24   clangFrontend
25   clangLex
26   clangSerialization
27   clangToolingCore
29   DEPENDS
30   omp_gen
31   ClangDriverOptions
32   )