Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / Transforms / Coroutines / CMakeLists.txt
blob0913e82a34432248d4371ca96aaaf714e16e6d3a
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   Coroutines
6   Passes
7   Support
8   TargetParser
9   TransformUtils
10   )
12 add_llvm_unittest(CoroTests
13   ExtraRematTest.cpp
14   )
16 target_link_libraries(CoroTests PRIVATE LLVMTestingSupport)
18 set_property(TARGET CoroTests PROPERTY FOLDER "Tests/UnitTests/TransformTests")