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
[MLIR][NVVM] Add tcgen05 alloc/dealloc Ops (#125674)
[llvm-project.git]
/
llvm
/
tools
/
llvm-exegesis
/
lib
/
RISCV
/
CMakeLists.txt
blob
489ac6d6e34b339390b1e1b7580026d4696d5d16
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/RISCV
3
${LLVM_BINARY_DIR}/lib/Target/RISCV
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
CodeGen
8
RISCV
9
Exegesis
10
Core
11
Support
12
)
13
14
add_llvm_library(LLVMExegesisRISCV
15
DISABLE_LLVM_LINK_LLVM_DYLIB
16
STATIC
17
Target.cpp
18
19
DEPENDS
20
intrinsics_gen
21
RISCVCommonTableGen
22
)