1 add_llvm_component_group(BPF)
3 set(LLVM_TARGET_DEFINITIONS BPF.td)
5 tablegen(LLVM BPFGenAsmMatcher.inc -gen-asm-matcher)
6 tablegen(LLVM BPFGenAsmWriter.inc -gen-asm-writer)
7 tablegen(LLVM BPFGenCallingConv.inc -gen-callingconv)
8 tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel)
9 tablegen(LLVM BPFGenDisassemblerTables.inc -gen-disassembler)
10 tablegen(LLVM BPFGenInstrInfo.inc -gen-instr-info)
11 tablegen(LLVM BPFGenMCCodeEmitter.inc -gen-emitter)
12 tablegen(LLVM BPFGenRegisterInfo.inc -gen-register-info)
13 tablegen(LLVM BPFGenSubtargetInfo.inc -gen-subtarget)
15 add_public_tablegen_target(BPFCommonTableGen)
17 add_llvm_target(BPFCodeGen
18 BPFAbstractMemberAccess.cpp
21 BPFCheckAndAdjustIR.cpp
29 BPFSelectionDAGInfo.cpp
34 BPFMISimplifyPatchable.cpp
56 add_subdirectory(AsmParser)
57 add_subdirectory(Disassembler)
58 add_subdirectory(MCTargetDesc)
59 add_subdirectory(TargetInfo)