forked from OSchip/llvm-project
parent
9cf71d10f8
commit
3ce33947d4
|
@ -59,6 +59,7 @@ static_library("LLVMBPFCodeGen") {
|
|||
]
|
||||
include_dirs = [ "." ]
|
||||
sources = [
|
||||
"BPFAbstrctMemberAccess.cpp",
|
||||
"BPFAsmPrinter.cpp",
|
||||
"BPFFrameLowering.cpp",
|
||||
"BPFISelDAGToDAG.cpp",
|
||||
|
@ -67,6 +68,7 @@ static_library("LLVMBPFCodeGen") {
|
|||
"BPFMCInstLower.cpp",
|
||||
"BPFMIChecking.cpp",
|
||||
"BPFMIPeephole.cpp",
|
||||
"BPFMISimplifyPatchable.cpp",
|
||||
"BPFRegisterInfo.cpp",
|
||||
"BPFSelectionDAGInfo.cpp",
|
||||
"BPFSubtarget.cpp",
|
||||
|
|
Loading…
Reference in New Issue