1 set(LLVM_TARGET_DEFINITIONS BPF.td)
3 tablegen(LLVM BPFGenAsmMatcher.inc -gen-asm-matcher)
4 tablegen(LLVM BPFGenAsmWriter.inc -gen-asm-writer)
5 tablegen(LLVM BPFGenCallingConv.inc -gen-callingconv)
6 tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel)
7 tablegen(LLVM BPFGenDisassemblerTables.inc -gen-disassembler)
8 tablegen(LLVM BPFGenInstrInfo.inc -gen-instr-info)
9 tablegen(LLVM BPFGenMCCodeEmitter.inc -gen-emitter)
10 tablegen(LLVM BPFGenRegisterInfo.inc -gen-register-info)
11 tablegen(LLVM BPFGenSubtargetInfo.inc -gen-subtarget)
13 add_public_tablegen_target(BPFCommonTableGen)
15 add_llvm_target(BPFCodeGen
16 BPFAbstractMemberAccess.cpp
24 BPFSelectionDAGInfo.cpp
29 BPFMISimplifyPatchable.cpp
33 add_subdirectory(AsmParser)
34 add_subdirectory(Disassembler)
35 add_subdirectory(MCTargetDesc)
36 add_subdirectory(TargetInfo)