Skip to content

Commit 6b37eee

Browse files
committed
[gn] port Lanai bits of 92cc31b (-gen-sd-node-info)
(The GN port does not yet support the ARC and CSKY targets.)
1 parent da8d60f commit 6b37eee

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)