Add code to llvm-objdump so the -section option with -macho will dump literal
authorKevin Enderby <enderby@apple.com>
Fri, 6 Feb 2015 23:25:38 +0000 (23:25 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 6 Feb 2015 23:25:38 +0000 (23:25 +0000)
commit4e96e52cbe2d193988dc6a34d2d4f18ffbb0c4fc
tree7713c1defb477f38efe38475de670b84bf728ec5
parent8650883afb3d51dd787881f12b4c3f514d6c416a
Add code to llvm-objdump so the -section option with -macho will dump literal
sections with the Mach-O S_{4,8,16}BYTE_LITERALS section types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228465 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/SwapByteOrder.h
test/tools/llvm-objdump/X86/macho-literals.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp