brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 1b23664 Raw
15 lines · plain
1add_llvm_component_library(LLVMRISCVAsmParser2  RISCVAsmParser.cpp3 4  LINK_COMPONENTS5  MC6  MCParser7  RISCVDesc8  RISCVInfo9  Support10  TargetParser11 12  ADD_TO_COMPONENT13  RISCV14  )15