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
/
CodeGen
/
GlobalISel
/
CMakeLists.txt
blob
6ed2409f2ad755c0be2ebeeb84acea3597d56b52
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
CodeGen
4
CodeGenTypes
5
Core
6
FileCheck
7
GlobalISel
8
MC
9
MIRParser
10
Support
11
Target
12
TargetParser
13
)
14
15
add_llvm_unittest(GlobalISelTests
16
ConstantFoldingTest.cpp
17
CSETest.cpp
18
LegalizerTest.cpp
19
LegalizerHelperTest.cpp
20
LegalizerInfoTest.cpp
21
MachineIRBuilderTest.cpp
22
GISelMITest.cpp
23
PatternMatchTest.cpp
24
KnownBitsTest.cpp
25
KnownBitsVectorTest.cpp
26
GISelUtilsTest.cpp
27
GISelAliasTest.cpp
28
)