brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · fae04c1 Raw
17 lines · plain
1add_llvm_component_library(LLVMBPFDesc2  BPFMCTargetDesc.cpp3  BPFAsmBackend.cpp4  BPFInstPrinter.cpp5  BPFMCCodeEmitter.cpp6  BPFELFObjectWriter.cpp7 8  LINK_COMPONENTS9  MC10  BPFInfo11  Support12  TargetParser13 14  ADD_TO_COMPONENT15  BPF16  )17