Skip to content

Commit 26b15b7

Browse files
committed
[gn] port 43dacd0 (ppc SDNodeInfo)
1 parent 5f38ae4 commit 26b15b7

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,20 @@ tablegen("PPCGenRegisterBank") {
3030
td_file = "PPC.td"
3131
}
3232

33+
tablegen("PPCGenSDNodeInfo") {
34+
visibility = [ ":LLVMPowerPCCodeGen" ]
35+
args = [ "-gen-sd-node-info" ]
36+
td_file = "PPC.td"
37+
}
38+
3339
static_library("LLVMPowerPCCodeGen") {
3440
deps = [
3541
":PPCGenCallingConv",
3642
":PPCGenDAGISel",
3743
":PPCGenFastISel",
3844
":PPCGenGlobalISel",
3945
":PPCGenRegisterBank",
46+
":PPCGenSDNodeInfo",
4047
"AsmParser:PPCGenAsmMatcher",
4148
"MCTargetDesc",
4249
"TargetInfo",

0 commit comments

Comments
 (0)