[llvm] 04c01f0 - [gn] port 0c7300923638403

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 04:41:16 PST 2025


Author: Nico Weber
Date: 2025-11-05T07:40:42-05:00
New Revision: 04c01f066032c92cbd48b9c26cf97426f8f38058

URL: https://github.com/llvm/llvm-project/commit/04c01f066032c92cbd48b9c26cf97426f8f38058
DIFF: https://github.com/llvm/llvm-project/commit/04c01f066032c92cbd48b9c26cf97426f8f38058.diff

LOG: [gn] port 0c7300923638403

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn
index 2ece91331c5d8..11a57fcb008cd 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn
@@ -12,10 +12,17 @@ tablegen("WebAssemblyGenFastISel") {
   td_file = "WebAssembly.td"
 }
 
+tablegen("WebAssemblyGenSDNodeInfo") {
+  visibility = [ ":LLVMWebAssemblyCodeGen" ]
+  args = [ "-gen-sd-node-info" ]
+  td_file = "WebAssembly.td"
+}
+
 static_library("LLVMWebAssemblyCodeGen") {
   deps = [
     ":WebAssemblyGenDAGISel",
     ":WebAssemblyGenFastISel",
+    ":WebAssemblyGenSDNodeInfo",
     "MCTargetDesc",
     "TargetInfo",
     "//llvm/include/llvm/Config:llvm-config",


        


More information about the llvm-commits mailing list