Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / unittests / Transforms / Coroutines / CMakeLists.txt
blob8a457753ce3e2e99960db86f99cfdeb55e2292f0
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)