blob: 0913e82a34432248d4371ca96aaaf714e16e6d3a [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
Core
Coroutines
Passes
Support
TargetParser
TransformUtils
)
add_llvm_unittest(CoroTests
ExtraRematTest.cpp
)
target_link_libraries(CoroTests PRIVATE LLVMTestingSupport)
set_property(TARGET CoroTests PROPERTY FOLDER "Tests/UnitTests/TransformTests")