This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by grimar on Sep 29 2020, 4:52 AM.

Details

Summary

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.

Diff Detail

Event Timeline

grimar created this revision.Sep 29 2020, 4:52 AM
grimar requested review of this revision.Sep 29 2020, 4:52 AM
psmith accepted this revision.Sep 29 2020, 10:38 AM

Looks good to me. Thanks very much for adding the functionality.

This revision is now accepted and ready to land.Sep 29 2020, 10:38 AM
MaskRay accepted this revision.Sep 29 2020, 11:12 AM

Looks great!

llvm/tools/llvm-readobj/ARMEHABIPrinter.h
438

Add static and use lowerCase

This revision was automatically updated to reflect the committed changes.
grimar marked an inline comment as done.