From 23bfa7e92561710d11b1ad2c4ce43e14c00e81d9 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Mon, 14 Dec 2015 21:39:27 +0000 Subject: Print the eh_frame section in MachoDump. This is the start of work to dump the contents of the eh_frame section. It currently emits CIE entries. FDE entries will come later. It also needs improved error checking which will follow soon. http://reviews.llvm.org/D15502 Reviewed by Kevin Enderby and Lang Hames. llvm-svn: 255546 --- llvm/test/tools/llvm-objdump/Inputs/eh_frame.macho-arm64 | Bin 0 -> 888 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 llvm/test/tools/llvm-objdump/Inputs/eh_frame.macho-arm64 (limited to 'llvm/test/tools/llvm-objdump/Inputs') diff --git a/llvm/test/tools/llvm-objdump/Inputs/eh_frame.macho-arm64 b/llvm/test/tools/llvm-objdump/Inputs/eh_frame.macho-arm64 new file mode 100644 index 00000000000..1c5413230d7 Binary files /dev/null and b/llvm/test/tools/llvm-objdump/Inputs/eh_frame.macho-arm64 differ -- cgit v1.2.3