brintos

brintos / llvm-project-archived public Read only

0
0
Text · 174 B · 4c1f081 Raw
14 lines · plain
1add_llvm_component_library(LLVMPowerPCAsmParser2  PPCAsmParser.cpp3 4  LINK_COMPONENTS5  MC6  MCParser7  PowerPCDesc8  PowerPCInfo9  Support10 11  ADD_TO_COMPONENT12  PowerPC13  )14