File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2224,7 +2224,6 @@ llvm_target_lib_list = [lib for lib in [
2224
2224
"lib/Target/AArch64/AArch64GenSubtargetInfo.inc" : ["-gen-subtarget" ],
2225
2225
"lib/Target/AArch64/AArch64GenDisassemblerTables.inc" : [
2226
2226
"-gen-disassembler" ,
2227
- "-ignore-non-decodable-operands" ,
2228
2227
],
2229
2228
"lib/Target/AArch64/AArch64GenSystemOperands.inc" : ["-gen-searchable-tables" ],
2230
2229
"lib/Target/AArch64/AArch64GenExegesis.inc" : ["-gen-exegesis" ],
@@ -2249,6 +2248,7 @@ llvm_target_lib_list = [lib for lib in [
2249
2248
"lib/Target/ARM/ARMGenSubtargetInfo.inc" : ["-gen-subtarget" ],
2250
2249
"lib/Target/ARM/ARMGenDisassemblerTables.inc" : [
2251
2250
"-gen-disassembler" ,
2251
+ "-ignore-non-decodable-operands" ,
2252
2252
],
2253
2253
},
2254
2254
},
You can’t perform that action at this time.
0 commit comments