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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 00:43:52 PST 2021


MaskRay added a comment.

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.


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