blob: d4dfb54af3d70f9ddbe08f83fb8a95cc1a27ccea [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BitReader
BitstreamReader
FrontendOpenMP
Support
)
add_clang_unittest(SerializationTests
InMemoryModuleCacheTest.cpp
ModuleCacheTest.cpp
NoCommentsTest.cpp
SourceLocationEncodingTest.cpp
VarDeclConstantInitTest.cpp
)
clang_target_link_libraries(SerializationTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangLex
clangSema
clangSerialization
clangTooling
clangASTMatchers
)