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
/
Mips
/
CMakeLists.txt
blob
263406c29f518e7b7a744cbb3112527b3952fd42
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/Mips
3
${LLVM_BINARY_DIR}/lib/Target/Mips
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
CodeGenTypes
8
Core
9
Exegesis
10
MC
11
Mips
12
Support
13
TargetParser
14
)
15
16
add_llvm_library(LLVMExegesisMips
17
DISABLE_LLVM_LINK_LLVM_DYLIB
18
STATIC
19
Target.cpp
20
21
DEPENDS
22
intrinsics_gen
23
MipsCommonTableGen
24
)