repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
unittests
/
CodeGen
/
CMakeLists.txt
blob
fc8cd22bcc7c7bce2d2e5f261bc704f510e1a82d
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Analysis
4
AsmParser
5
AsmPrinter
6
CodeGen
7
Core
8
MC
9
MIRParser
10
SelectionDAG
11
Support
12
Target
13
)
14
15
add_llvm_unittest(CodeGenTests
16
AArch64SelectionDAGTest.cpp
17
DIEHashTest.cpp
18
LowLevelTypeTest.cpp
19
MachineInstrBundleIteratorTest.cpp
20
MachineInstrTest.cpp
21
MachineOperandTest.cpp
22
ScalableVectorMVTsTest.cpp
23
TypeTraitsTest.cpp
24
TargetOptionsTest.cpp
25
)
26
27
add_subdirectory(GlobalISel)