Skip to content

Commit 6616f07

Browse files
committed
[gn] port c940bfd (BPF SDNodeInfo)
1 parent cc3a505 commit 6616f07

File tree

1 file changed

+7
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/BPF

1 file changed

+7
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ tablegen("BPFGenMCPseudoLowering") {
3030
td_file = "BPF.td"
3131
}
3232

33+
tablegen("BPFGenSDNodeInfo") {
34+
visibility = [ ":LLVMBPFCodeGen" ]
35+
args = [ "-gen-sd-node-info" ]
36+
td_file = "BPF.td"
37+
}
38+
3339
tablegen("BPFGenRegisterBank") {
3440
visibility = [ ":LLVMBPFCodeGen" ]
3541
args = [ "-gen-register-bank" ]
@@ -43,6 +49,7 @@ static_library("LLVMBPFCodeGen") {
4349
":BPFGenFastISel",
4450
":BPFGenGlobalISel",
4551
":BPFGenMCPseudoLowering",
52+
":BPFGenSDNodeInfo",
4653
":BPFGenRegisterBank",
4754
"MCTargetDesc",
4855
"TargetInfo",

0 commit comments

Comments
 (0)