[llvm] 915b745 - [gn] port f3d9abf1f87c more (use X86GenFoldTables.inc)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 09:28:03 PDT 2023


Author: Nico Weber
Date: 2023-04-06T12:27:57-04:00
New Revision: 915b74549e757134d28ee44c5a75dcf394b1b5bd

URL: https://github.com/llvm/llvm-project/commit/915b74549e757134d28ee44c5a75dcf394b1b5bd
DIFF: https://github.com/llvm/llvm-project/commit/915b74549e757134d28ee44c5a75dcf394b1b5bd.diff

LOG: [gn] port f3d9abf1f87c more (use X86GenFoldTables.inc)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
index 80e20694fb42..4add5a5697ce 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
@@ -26,7 +26,10 @@ tablegen("X86GenFastISel") {
 
 tablegen("X86GenFoldTables") {
   visibility = [ ":LLVMX86CodeGen" ]
-  args = [ "-gen-x86-fold-tables" ]
+  args = [
+    "-gen-x86-fold-tables",
+    "-asmwriternum=1",
+  ]
   td_file = "X86.td"
 }
 


        


More information about the llvm-commits mailing list