Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / unittests / Serialization / CMakeLists.txt
blob10d7de970c643dacf968f52f65c349f462a520f6
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   BitstreamReader
4   FrontendOpenMP
5   Support
6   )
8 add_clang_unittest(SerializationTests
9   ForceCheckFileInputTest.cpp
10   InMemoryModuleCacheTest.cpp
11   ModuleCacheTest.cpp
12   NoCommentsTest.cpp
13   SourceLocationEncodingTest.cpp
14   VarDeclConstantInitTest.cpp
15   )
17 clang_target_link_libraries(SerializationTests
18   PRIVATE
19   clangAST
20   clangBasic
21   clangFrontend
22   clangLex
23   clangSema
24   clangSerialization
25   clangTooling
26   clangASTMatchers
27   )