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
[release] Use threaded compression with xz
[llvm-project.git]
/
bolt
/
lib
/
Target
/
AArch64
/
CMakeLists.txt
blob
96c70168196e04f4d7004c32eeb0064369179550
1
set(LLVM_LINK_COMPONENTS
2
BOLTCore
3
MC
4
Support
5
AArch64Desc
6
)
7
8
add_llvm_library(LLVMBOLTTargetAArch64
9
AArch64MCPlusBuilder.cpp
10
11
DEPENDS
12
AArch64CommonTableGen
13
)
14
15
include_directories(
16
${LLVM_MAIN_SRC_DIR}/lib/Target/AArch64
17
${LLVM_BINARY_DIR}/lib/Target/AArch64
18
)