[PATCH] D44544: llvm-objdump: Print symbol name if it's address is the same as the next one's
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 15 15:52:37 PDT 2018
espindola requested changes to this revision.
espindola added a comment.
This revision now requires changes to proceed.
Given
foo:
bar:
nop
gnu objdump will print
0000000000000000 <bar>:
0: 90 nop
With this patch we would print both foo and bar, correct? Why is this better? Should we report a bug on gnu objdump?
https://reviews.llvm.org/D44544
More information about the llvm-commits
mailing list