brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 5692b19 Raw
15 lines · plain
1add_llvm_component_library(LLVMSparcAsmParser2  SparcAsmParser.cpp3 4  LINK_COMPONENTS5  MC6  MCParser7  SparcDesc8  SparcInfo9  Support10  TargetParser11 12  ADD_TO_COMPONENT13  Sparc14  )15