[PATCH] D60927: [llvm-objdump] Switch between ARM/Thumb based on mapping symbols.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 15:17:20 PDT 2019


efriedma updated this revision to Diff 205192.
efriedma marked 9 inline comments as done.
efriedma retitled this revision from "[WIP][llvm-objdump] Switch between ARM/Thumb based on mapping symbols." to "[llvm-objdump] Switch between ARM/Thumb based on mapping symbols.".
efriedma edited the summary of this revision.
efriedma added a reviewer: peter.smith.
efriedma added a comment.

Switched to a single vector for mapping symbols.  Switched isArmElf() to use getEMachine().  Updated title/commit message.

I think this addresses all the review comments.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60927

Files:
  include/llvm/Object/ELFObjectFile.h
  lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  test/CodeGen/ARM/inlineasm-switch-mode.ll
  test/tools/llvm-objdump/ARM/v7r-subfeatures.s
  tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60927.205192.patch
Type: text/x-patch
Size: 16236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/686232cf/attachment.bin>


More information about the llvm-commits mailing list