brintos

brintos / llvm-project-archived public Read only

0
0
Text · 158 B · 484d3fa Raw
14 lines · plain
1add_llvm_component_library(LLVMBPFAsmParser2  BPFAsmParser.cpp3 4  LINK_COMPONENTS5  MC6  MCParser7  BPFDesc8  BPFInfo9  Support10 11  ADD_TO_COMPONENT12  BPF13  )14