Add code to llvm-objdump so the -section option with -macho will dump ā€˜Cā€™ string
authorKevin Enderby <enderby@apple.com>
Wed, 4 Feb 2015 21:38:42 +0000 (21:38 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 4 Feb 2015 21:38:42 +0000 (21:38 +0000)
commit3cc1e2deee0c4ac295b8cb2952fcfb8976851d81
treeeda67d35be8213e1a71bbd87c7b7e187ab6b54a9
parente247dd28399445d4e65089f4c47883230bb1ecf0
Add code to llvm-objdump so the -section option with -macho will dump ā€˜Cā€™ string
sections with the Mach-O S_CSTRING_LITERALS section type.

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