We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a410570 commit 04c01f0Copy full SHA for 04c01f0
llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn
@@ -12,10 +12,17 @@ tablegen("WebAssemblyGenFastISel") {
12
td_file = "WebAssembly.td"
13
}
14
15
+tablegen("WebAssemblyGenSDNodeInfo") {
16
+ visibility = [ ":LLVMWebAssemblyCodeGen" ]
17
+ args = [ "-gen-sd-node-info" ]
18
+ td_file = "WebAssembly.td"
19
+}
20
+
21
static_library("LLVMWebAssemblyCodeGen") {
22
deps = [
23
":WebAssemblyGenDAGISel",
24
":WebAssemblyGenFastISel",
25
+ ":WebAssemblyGenSDNodeInfo",
26
"MCTargetDesc",
27
"TargetInfo",
28
"//llvm/include/llvm/Config:llvm-config",
0 commit comments