Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / Testing / ADT / CMakeLists.txt
blob47d9e3afb58b58547cabc498aaf0045d213d6f86
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_llvm_unittest(TestingADTTests
6   StringMapEntryTest.cpp
7   StringMapTest.cpp
8   )