llvm-objdump: print contents of MachO __unwind_info sections
authorTim Northover <tnorthover@apple.com>
Tue, 12 Aug 2014 11:52:59 +0000 (11:52 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 12 Aug 2014 11:52:59 +0000 (11:52 +0000)
commit48bfab80aa65a985cc47df6ca990b89b94e74a2a
treee2760961d1c1a08881fda3222f411c5c14c20fab
parent99cd10fe111560b9921e731a89109972a149dfab
llvm-objdump: print contents of MachO __unwind_info sections

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215437 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/Inputs/unwind-info.macho-arm64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/unwind-info.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/macho-unwind-info-arm64.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-unwind-info-x86_64.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp