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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
lib
/
Target
/
RISCV
/
Disassembler
/
CMakeLists.txt
blob
682ff19239f0328c21e126a2e16269efc5d915e8
1
add_llvm_component_library(LLVMRISCVDisassembler
2
RISCVDisassembler.cpp
3
4
LINK_COMPONENTS
5
MC
6
MCDisassembler
7
RISCVDesc
8
RISCVInfo
9
Support
10
11
ADD_TO_COMPONENT
12
RISCV
13
)