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