Skip to content

Commit ad6e9f9

Browse files
committed
[gn] port 3ea796e (Mips SDNodeInfo)
1 parent d743616 commit ad6e9f9

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ tablegen("MipsGenRegisterBank") {
4545
td_file = "Mips.td"
4646
}
4747

48+
tablegen("MipsGenSDNodeInfo") {
49+
visibility = [ ":LLVMMipsCodeGen" ]
50+
args = [ "-gen-sd-node-info" ]
51+
td_file = "Mips.td"
52+
}
53+
4854
static_library("LLVMMipsCodeGen") {
4955
deps = [
5056
":MipsGenCallingConv",
@@ -54,6 +60,7 @@ static_library("LLVMMipsCodeGen") {
5460
":MipsGenMCPseudoLowering",
5561
":MipsGenPostLegalizeGICombiner",
5662
":MipsGenRegisterBank",
63+
":MipsGenSDNodeInfo",
5764
"MCTargetDesc",
5865
"TargetInfo",
5966
"//llvm/include/llvm/Config:llvm-config",

0 commit comments

Comments
 (0)