Skip to content

Commit 04c01f0

Browse files
committed
[gn] port 0c73009
1 parent a410570 commit 04c01f0

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)