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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 3 16:27:36 PDT 2020


joerg added a comment.

The more compact output is a lot harder to read when you have to find embedded data. I wouldn't mind dropping half the spaces to have columns of 4 hex digits, but anything more is really hard to read.


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