brintos

brintos / llvm-project-archived public Read only

0
0
Text · 310 B · 7cfd30b Raw
20 lines · plain
1add_llvm_component_library(LLVMSPIRVDesc2  SPIRVBaseInfo.cpp3  SPIRVMCAsmInfo.cpp4  SPIRVMCTargetDesc.cpp5  SPIRVTargetStreamer.cpp6  SPIRVAsmBackend.cpp7  SPIRVMCCodeEmitter.cpp8  SPIRVInstPrinter.cpp9 10  LINK_COMPONENTS11  CodeGenTypes12  MC13  SPIRVInfo14  Support15  TargetParser16 17  ADD_TO_COMPONENT18  SPIRV19  )20