brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 3593443 Raw
20 lines · plain
1add_llvm_component_library(LLVMVEDesc2  VEAsmBackend.cpp3  VEELFObjectWriter.cpp4  VEInstPrinter.cpp5  VEMCAsmInfo.cpp6  VEMCCodeEmitter.cpp7  VEMCTargetDesc.cpp8  VETargetStreamer.cpp9 10  LINK_COMPONENTS11  CodeGenTypes12  MC13  Support14  TargetParser15  VEInfo16 17  ADD_TO_COMPONENT18  VE19  )20