repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
unittests
/
Transforms
/
Coroutines
/
CMakeLists.txt
blob
8a457753ce3e2e99960db86f99cfdeb55e2292f0
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
AsmParser
4
Core
5
Coroutines
6
Passes
7
Support
8
TargetParser
9
TransformUtils
10
)
11
12
add_llvm_unittest(CoroTests
13
ExtraRematTest.cpp
14
)
15
16
target_link_libraries(CoroTests PRIVATE LLVMTestingSupport)