[PATCH] D130902: [llvm-objdump,ARM] Fix big-endian AArch32 disassembly.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 07:34:44 PDT 2022


simon_tatham updated this revision to Diff 449016.
simon_tatham added a comment.

Updated with `arc lint` style fixes.

(I didn't apply them ahead of time because I was confused by output from arc that appeared to want to reformat most of `ARMDisassembler.cpp`! But it turns out that was some kind of intermediate output, and not part of the final patch it wanted to apply.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130902

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/lib/Target/ARM/ARM.td
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/test/tools/llvm-objdump/ELF/ARM/be-object-disasm.test
  llvm/test/tools/llvm-objdump/ELF/ARM/be32-image-disasm.test
  llvm/test/tools/llvm-objdump/ELF/ARM/be8-image-disasm.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130902.449016.patch
Type: text/x-patch
Size: 11813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/85df8033/attachment.bin>


More information about the llvm-commits mailing list