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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
unittests
/
Target
/
AArch64
/
CMakeLists.txt
blob
650d3090774b9b44d65c61993f7396728a88492c
1
include_directories(
2
${CMAKE_SOURCE_DIR}/lib/Target/AArch64
3
${CMAKE_BINARY_DIR}/lib/Target/AArch64
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
AArch64CodeGen
8
AArch64Desc
9
AArch64Info
10
CodeGen
11
Core
12
GlobalISel
13
MC
14
MIRParser
15
SelectionDAG
16
Support
17
Target
18
)
19
20
add_llvm_unittest(AArch64Tests
21
InstSizes.cpp
22
TestStackOffset.cpp
23
)