brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · 67ae6ab Raw
15 lines · plain
1add_llvm_component_library(LLVMM68kAsmParser2  M68kAsmParser.cpp3 4  LINK_COMPONENTS5  CodeGenTypes6  M68kCodeGen7  M68kInfo8  MC9  MCParser10  Support11 12  ADD_TO_COMPONENT13  M68k14  )15