[PATCH] D88478: [llvm-readobj][ARM] - Improve support of printing unwind (-u) information for non-relocatable objects.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 04:52:16 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay, psmith.
Herald added subscribers: danielkiss, rupprecht, kristof.beyls, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
grimar requested review of this revision.

This is the one more patch for https://bugs.llvm.org/show_bug.cgi?id=47581

It fixes how we print an information for the Generic model. With this patch
we are able to read values from `.ARM.extab` and dump proper personality routines names/addresses.


https://reviews.llvm.org/D88478

Files:
  llvm/test/tools/llvm-readobj/ELF/ARM/unwind-non-relocatable.test
  llvm/tools/llvm-readobj/ARMEHABIPrinter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88478.294935.patch
Type: text/x-patch
Size: 7709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200929/014b612d/attachment.bin>


More information about the llvm-commits mailing list