Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / FileCheck / CMakeLists.txt
blob7fe4f0c009d02bbb6ae3f093b30eed4a7ad37ac6
1 set(LLVM_LINK_COMPONENTS
2   FileCheck
3   Support
6 add_llvm_unittest(FileCheckTests
7   FileCheckTest.cpp
10 target_link_libraries(FileCheckTests PRIVATE LLVMTestingSupport)