Skip to content

Commit 2c4bce4

Browse files
committed
[gn] port 320c18a (systemz SDNodeInfo)
1 parent 1bf902e commit 2c4bce4

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ tablegen("SystemZGenDAGISel") {
1212
td_file = "SystemZ.td"
1313
}
1414

15+
tablegen("SystemZGenSDNodeInfo") {
16+
visibility = [ ":LLVMSystemZCodeGen" ]
17+
args = [ "-gen-sd-node-info" ]
18+
td_file = "SystemZ.td"
19+
}
20+
1521
static_library("LLVMSystemZCodeGen") {
1622
deps = [
1723
":SystemZGenCallingConv",
1824
":SystemZGenDAGISel",
25+
":SystemZGenSDNodeInfo",
1926
"MCTargetDesc",
2027
"TargetInfo",
2128
"//llvm/include/llvm/Config:llvm-config",

0 commit comments

Comments
 (0)