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

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 14:30:01 PST 2015


Thank for the feedback in the various emails.

I’ve emailed you a diff in http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151214/319531.html which should hopefully address some or the error handling.

I’ll follow up with fixes to the command line options, output format, and location of the code (to share with ELF) once the error handling is ok.

Thanks,
Pete
> On Dec 14, 2015, at 2:10 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> 
>> +# 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
> <test.dump>



More information about the llvm-commits mailing list