[llvm] r255546 - Print the eh_frame section in MachoDump.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 14:10:43 PST 2015


> +# RUN: llvm-objdump -unwind-info %p/Inputs/eh_frame.macho-arm64 2>/dev/null | FileCheck %s

Another thing, llvm-objdump is intended to be a objdump replacement.
We should try to use the same command line options and output format.
In particular, the command line option is "--dwarf=frames" and the
output looks like the attached.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.dump
Type: application/octet-stream
Size: 774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/89ae77e2/attachment.obj>


More information about the llvm-commits mailing list