blob: c7ec9a4f070567e42a33c64e248f2af5d8fc3d9a [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BitReader
Support
)
add_clang_unittest(SerializationTests
InMemoryModuleCacheTest.cpp
)
target_link_libraries(SerializationTests
PRIVATE
clangAST
clangBasic
clangLex
clangSema
clangSerialization
)