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
/
GlobalISel
/
CMakeLists.txt
blob
34a413c96b0ca6243970b3e9022a16bfa48ee5d7
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
CodeGen
4
Core
5
GlobalISel
6
MC
7
MIRParser
8
Support
9
Target
10
)
11
12
add_llvm_unittest(GlobalISelTests
13
CSETest.cpp
14
LegalizerHelperTest.cpp
15
LegalizerInfoTest.cpp
16
MachineIRBuilderTest.cpp
17
GISelMITest.cpp
18
PatternMatchTest.cpp
19
KnownBitsTest.cpp
20
)