Skip to content

Commit

Permalink
[gn] port f3d9abf more (use X86GenFoldTables.inc)
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Apr 6, 2023
1 parent 162f757 commit 915b745
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 915b745

Please sign in to comment.