Add code to llvm-objdump so the -section option with -macho will disassemble sections
authorKevin Enderby <enderby@apple.com>
Wed, 4 Feb 2015 01:01:38 +0000 (01:01 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 4 Feb 2015 01:01:38 +0000 (01:01 +0000)
commit1de0e80e97d1a8e26414171772bc760f51ae6413
tree479a453115c129453e51ac968501e56fd8b96352
parent786f55c1fb63c943ee318660a6a57db089489327
Add code to llvm-objdump so the -section option with -macho will disassemble sections
that have attributes indicating they contain instructions.

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