Skip to content

Commit 9f42ba3

Browse files
committed
[gn] Fix accidental args override from dafffe2
dafffe2 added `"-specialize-decoders-per-bitwidth",` to args, but also added a stray `args = []` line after it.
1 parent 7997a79 commit 9f42ba3

File tree

1 file changed

+0
-2
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Disassembler

1 file changed

+0
-2
lines changed

llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Disassembler/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ tablegen("AMDGPUGenDisassemblerTables") {
66
"-gen-disassembler",
77
"-specialize-decoders-per-bitwidth",
88
]
9-
10-
args = [ ]
119
td_file = "../AMDGPU.td"
1210
}
1311

0 commit comments

Comments
 (0)