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
/
VE
/
AsmParser
/
CMakeLists.txt
blob
00b26b617fad220e6d2e950bab70a37160caa44d
1
add_llvm_component_library(LLVMVEAsmParser
2
VEAsmParser.cpp
3
4
LINK_COMPONENTS
5
MC
6
MCParser
7
VEDesc
8
VEInfo
9
Support
10
11
ADD_TO_COMPONENT
12
VE
13
)