[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang / lib / IndexSerialization / CMakeLists.txt
blob65a5d20d6a92c2331b589c5793566e3765e1170a
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_clang_library(clangIndexSerialization
6   SerializablePathCollection.cpp
8   LINK_LIBS
9   clangBasic
10   )