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
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
llvm
/
lib
/
Target
/
VE
/
AsmParser
/
CMakeLists.txt
blob
1312ae3ea1035ec5e30ae6810a38d021dd4641a3
1
add_llvm_component_library(LLVMVEAsmParser
2
VEAsmParser.cpp
3
4
LINK_COMPONENTS
5
CodeGenTypes
6
MC
7
MCParser
8
Support
9
VEDesc
10
VEInfo
11
12
ADD_TO_COMPONENT
13
VE
14
)