We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3a505 commit 6616f07Copy full SHA for 6616f07
llvm/utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn
@@ -30,6 +30,12 @@ tablegen("BPFGenMCPseudoLowering") {
30
td_file = "BPF.td"
31
}
32
33
+tablegen("BPFGenSDNodeInfo") {
34
+ visibility = [ ":LLVMBPFCodeGen" ]
35
+ args = [ "-gen-sd-node-info" ]
36
+ td_file = "BPF.td"
37
+}
38
+
39
tablegen("BPFGenRegisterBank") {
40
visibility = [ ":LLVMBPFCodeGen" ]
41
args = [ "-gen-register-bank" ]
@@ -43,6 +49,7 @@ static_library("LLVMBPFCodeGen") {
43
49
":BPFGenFastISel",
44
50
":BPFGenGlobalISel",
45
51
":BPFGenMCPseudoLowering",
52
+ ":BPFGenSDNodeInfo",
46
53
":BPFGenRegisterBank",
47
54
"MCTargetDesc",
48
55
"TargetInfo",
0 commit comments