bolt/deps/llvm-18.1.8/clang/unittests/Serialization/CMakeLists.txt

29 lines
508 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
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
)