brintos

brintos / llvm-project-archived public Read only

0
0
Text · 168 B · 1312ae3 Raw
15 lines · plain
1add_llvm_component_library(LLVMVEAsmParser2  VEAsmParser.cpp3 4  LINK_COMPONENTS5  CodeGenTypes6  MC7  MCParser8  Support9  VEDesc10  VEInfo11 12  ADD_TO_COMPONENT13  VE14  )15