1set(LLVM_LINK_COMPONENTS 2 BitReader 3 BitstreamReader 4 FrontendOpenMP 5 Support 6 ) 7 8add_clang_unittest(SerializationTests 9 ForceCheckFileInputTest.cpp 10 InMemoryModuleCacheTest.cpp 11 ModuleCacheTest.cpp 12 NoCommentsTest.cpp 13 PreambleInNamedModulesTest.cpp 14 LoadSpecLazilyTest.cpp 15 SourceLocationEncodingTest.cpp 16 VarDeclConstantInitTest.cpp 17 ) 18 19clang_target_link_libraries(SerializationTests 20 PRIVATE 21 clangAST 22 clangBasic 23 clangFrontend 24 clangLex 25 clangSema 26 clangSerialization 27 clangTooling 28 clangASTMatchers 29 ) 30