[PATCH] D71453: [llvm-objdump] Print target address instead of call/j/br pc-rel immediate

Sergio Perez Gonzalez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 08:18:43 PST 2019


sperezglz added a comment.

Thanks for the feedback @jhenderson  @MaskRay I will do as suggested and first try to scope the effort of making this consistant for all the remaining targets and check failing tests in other tools. I will also investigate if it is possible to achieve this without touching the target's InstPrinters and maybe adding a clo, or any approach that would cause less disruption and/or less effort for fixing potentially impacted tests. Get back to you as soon as I have something.


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

https://reviews.llvm.org/D71453





More information about the llvm-commits mailing list