brintos

brintos / llvm-project-archived public Read only

0
0
Text · 294 B · a19b105 Raw
18 lines · plain
1add_llvm_component_library(LLVMMSP430Desc2  MSP430AsmBackend.cpp3  MSP430ELFObjectWriter.cpp4  MSP430ELFStreamer.cpp5  MSP430InstPrinter.cpp6  MSP430MCAsmInfo.cpp7  MSP430MCCodeEmitter.cpp8  MSP430MCTargetDesc.cpp9 10  LINK_COMPONENTS11  MC12  MSP430Info13  Support14 15  ADD_TO_COMPONENT16  MSP43017  )18