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
[RISCV] Eliminate dead li after emitting VSETVLIs (#65934)
[llvm-project.git]
/
llvm
/
tools
/
llvm-exegesis
/
lib
/
AArch64
/
CMakeLists.txt
blob
42f8fd30ac2bb46ff5ecb0cda47cbfd6c0f8e1d0
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/AArch64
3
${LLVM_BINARY_DIR}/lib/Target/AArch64
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
AArch64
8
CodeGenTypes
9
Core
10
Exegesis
11
MC
12
Support
13
)
14
15
add_llvm_library(LLVMExegesisAArch64
16
DISABLE_LLVM_LINK_LLVM_DYLIB
17
STATIC
18
Target.cpp
19
20
DEPENDS
21
intrinsics_gen
22
AArch64CommonTableGen
23
)