[PATCH] D44544: llvm-objdump: Print symbol name if it's address is the same as the next one's

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 06:00:41 PDT 2018


t.p.northover added a comment.

> Why is this better?

I know I've hit aliased functions in the past and had to run `nm` or something to find out where they are instead of just grepping the disassembly. So I'm definitely in favour.


https://reviews.llvm.org/D44544





More information about the llvm-commits mailing list