brintos

brintos / llvm-project-archived public Read only

0
0
Text · 158 B · ad7e14c Raw
14 lines · plain
1add_llvm_component_library(LLVMX86AsmParser2  X86AsmParser.cpp3 4  LINK_COMPONENTS5  MC6  MCParser7  Support8  X86Desc9  X86Info10 11  ADD_TO_COMPONENT12  X8613  )14