[all-commits] [llvm/llvm-project] fdceec: [llvm-readobj][ARM] - Improve support of printing ...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Wed Sep 30 01:44:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fdceec7aeac6ae0fba4db9703bf4e4e69a126d0d
      https://github.com/llvm/llvm-project/commit/fdceec7aeac6ae0fba4db9703bf4e4e69a126d0d
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M llvm/test/tools/llvm-readobj/ELF/ARM/unwind-non-relocatable.test
    M llvm/tools/llvm-readobj/ARMEHABIPrinter.h

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

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.

Differential revision: https://reviews.llvm.org/D88478




More information about the All-commits mailing list