[PATCH] D104446: [objdump][ARM] Fix evaluating the target address of a Thumb BLX(i)

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 05:58:15 PDT 2021


ikudrin added a comment.

Thanks for looking at it.

In D104446#2824311 <https://reviews.llvm.org/D104446#2824311>, @peter.smith wrote:

> There is some usage of BLX in the LLD test suite. If you've not done so already it will be worth doing a check-all including the LLD test suite to make sure that there are no tests that need updating.

As far as I can see, such tests either have the BLX instructions 32-bit aligned or check only their immediates.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104446



More information about the llvm-commits mailing list