Add the option, -no-leading-addr llvm-objdump used with -macho and
authorKevin Enderby <enderby@apple.com>
Tue, 17 Mar 2015 21:07:39 +0000 (21:07 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 17 Mar 2015 21:07:39 +0000 (21:07 +0000)
commit17913067f5050081771b4ad7c8499af80a696eea
tree30219419c8d6d3cab79f5f4b2b1bafde64821930
parentb04877cae9eecc41a5aeeee1cdfc9f012362b6bc
Add the option, -no-leading-addr llvm-objdump used with -macho and
-disassemble or -section to not print the leading addresses on each line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232547 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/X86/macho-cstring-dump.test
test/tools/llvm-objdump/X86/macho-dis-no-leading-addr.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp