[PATCH] D130360: [llvm-objdump, ARM] Fix .byte directives dumping the wrong byte.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 13:24:14 PDT 2022


MaskRay added a comment.

Thanks for catching the ARM bug. In the test, 0 is a very special value and the test may still pass with other types of wrong-index bugs. Can you improve the test a bit?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130360/new/

https://reviews.llvm.org/D130360



More information about the llvm-commits mailing list