[PATCH] D96211: [llvm-objdump] Support PLT decoding for aarch64_be

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 00:50:31 PST 2021


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

In D96211#2547998 <https://reviews.llvm.org/D96211#2547998>, @MaskRay wrote:

> In D96211#2547988 <https://reviews.llvm.org/D96211#2547988>, @jhenderson wrote:
>
>> Not being experienced with AARCH64, what does the endianness impact? Does it affect the encoding of instructions, because if so, I'm surprised that the .plt section disassembles fine in this case.
>
> Instructions use little-endian. Data is big-endian, but it is unrelated.

Okay, thanks. LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96211



More information about the llvm-commits mailing list