[PATCH] D79309: [llvm-objdump] -d: delete spaces among raw instruction bytes

Michael Trent via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 09:38:08 PDT 2020


mtrent added a comment.

In D79309#2016936 <https://reviews.llvm.org/D79309#2016936>, @joerg wrote:

> ARM's data detection only works for unstripped binaries. Other architectures often don't even have such markers at all.


I agree that ideal disassembly format differs from architecture to architecture.

I also agree that this particular change is fine for x86_64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79309





More information about the llvm-commits mailing list