Update llvm-objdump for disassembly of ARM Mach-O files to always include the opcode...
authorKevin Enderby <enderby@apple.com>
Thu, 28 Apr 2016 20:14:13 +0000 (20:14 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 28 Apr 2016 20:14:13 +0000 (20:14 +0000)
commit4b627beea86a50b67cd8346fb4e35374576ad01d
tree81eb7f7a16445c95bf63723593a16195adbc82e9
parent84c3a8ba3dfcb0771ea6bbbd3bbb53e7b0e8d1a3
Update llvm-objdump for disassembly of ARM Mach-O files to always include the opcode bytes.

As this is the expected behavior of the old darwin otool(1) for ARM Mach-O files.

rdar://25896249

llvm-svn: 267929
llvm/test/tools/llvm-objdump/ARM/macho-symbolized-disassembly.test
llvm/tools/llvm-objdump/MachODump.cpp