brintos

brintos / llvm-project-archived public Read only

0
0
Text · 172 B · e839206 Raw
13 lines · plain
1add_llvm_component_library(LLVMPowerPCDisassembler2  PPCDisassembler.cpp3 4  LINK_COMPONENTS5  MCDisassembler6  MC7  PowerPCInfo8  Support9 10  ADD_TO_COMPONENT11  PowerPC12  )13