brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · 1255be2 Raw
16 lines · plain
1add_llvm_component_library(LLVMNVPTXDesc2  NVPTXInstPrinter.cpp3  NVPTXMCAsmInfo.cpp4  NVPTXMCTargetDesc.cpp5  NVPTXTargetStreamer.cpp6 7  LINK_COMPONENTS8  MC9  NVPTXInfo10  Support11  TargetParser12 13  ADD_TO_COMPONENT14  NVPTX15  )16