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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
unittests
/
Transforms
/
Coroutines
/
CMakeLists.txt
blob
0913e82a34432248d4371ca96aaaf714e16e6d3a
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)
17
18
set_property(TARGET CoroTests PROPERTY FOLDER "Tests/UnitTests/TransformTests")