Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / unittests / Support / CMakeLists.txt
blob22be5ed18cc7a3fd54ac4f6267a7ee414e4205cb
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_clang_unittest(ClangSupportTests
6   TimeProfilerTest.cpp
7   )
9 clang_target_link_libraries(ClangSupportTests
10   PRIVATE
11   clangAST
12   clangBasic
13   clangFrontend
14   clangSerialization
15   )