brintos

brintos / llvm-project-archived public Read only

0
0
Text · 415 B · 39b4423 Raw
22 lines · plain
1add_llvm_component_library(LLVMLoongArchDesc2  LoongArchAsmBackend.cpp3  LoongArchBaseInfo.cpp4  LoongArchELFObjectWriter.cpp5  LoongArchELFStreamer.cpp6  LoongArchInstPrinter.cpp7  LoongArchMCAsmInfo.cpp8  LoongArchMCCodeEmitter.cpp9  LoongArchMCTargetDesc.cpp10  LoongArchMatInt.cpp11  LoongArchTargetStreamer.cpp12 13  LINK_COMPONENTS14  MC15  LoongArchInfo16  Support17  TargetParser18 19  ADD_TO_COMPONENT20  LoongArch21  )22