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 [
22242224 "lib/Target/AArch64/AArch64GenSubtargetInfo.inc" : ["-gen-subtarget" ],
22252225 "lib/Target/AArch64/AArch64GenDisassemblerTables.inc" : [
22262226 "-gen-disassembler" ,
2227- "-ignore-non-decodable-operands" ,
22282227 ],
22292228 "lib/Target/AArch64/AArch64GenSystemOperands.inc" : ["-gen-searchable-tables" ],
22302229 "lib/Target/AArch64/AArch64GenExegesis.inc" : ["-gen-exegesis" ],
@@ -2249,6 +2248,7 @@ llvm_target_lib_list = [lib for lib in [
22492248 "lib/Target/ARM/ARMGenSubtargetInfo.inc" : ["-gen-subtarget" ],
22502249 "lib/Target/ARM/ARMGenDisassemblerTables.inc" : [
22512250 "-gen-disassembler" ,
2251+ "-ignore-non-decodable-operands" ,
22522252 ],
22532253 },
22542254 },
You can’t perform that action at this time.
0 commit comments