brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · 91ec9cb Raw
15 lines · plain
1add_llvm_component_library(LLVMMipsAsmParser2  MipsAsmParser.cpp3 4  LINK_COMPONENTS5  MC6  MCParser7  MipsDesc8  MipsInfo9  Support10  TargetParser11 12  ADD_TO_COMPONENT13  Mips14  )15