29 lines
508 B
Text
29 lines
508 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
BitReader
|
||
|
BitstreamReader
|
||
|
FrontendOpenMP
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_unittest(SerializationTests
|
||
|
ForceCheckFileInputTest.cpp
|
||
|
InMemoryModuleCacheTest.cpp
|
||
|
ModuleCacheTest.cpp
|
||
|
NoCommentsTest.cpp
|
||
|
PreambleInNamedModulesTest.cpp
|
||
|
SourceLocationEncodingTest.cpp
|
||
|
VarDeclConstantInitTest.cpp
|
||
|
)
|
||
|
|
||
|
clang_target_link_libraries(SerializationTests
|
||
|
PRIVATE
|
||
|
clangAST
|
||
|
clangBasic
|
||
|
clangFrontend
|
||
|
clangLex
|
||
|
clangSema
|
||
|
clangSerialization
|
||
|
clangTooling
|
||
|
clangASTMatchers
|
||
|
)
|