[PATCH] D48811: Fix disassembling ARM instructions as big-endian
Alan Phipps via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 16:00:28 PDT 2020
alanphipps added a comment.
Herald added a subscriber: danielkiss.
Herald added a project: LLVM.
I just ran into what I think may be the same issue here in that llvm-objdump seems to ignore machine data (endian, possible mode) when disassembling ARM instructions on ARMv7. Is there any interest in completing this review and committing this particular fix (and making sure it works for ARMv7 as well)?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48811/new/
https://reviews.llvm.org/D48811
More information about the llvm-commits
mailing list