[PATCH] D88407: [llvm-readobj/elf] - Fix the PREL31 relocation computation used for dumping arm32 unwind info (-u).

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 01:17:45 PDT 2020


grimar added a comment.

In D88407#2298859 <https://reviews.llvm.org/D88407#2298859>, @MaskRay wrote:

> I tend to agree with `nobody tried to heavily use "llvm-readobj -u" before` (not nobody but definitely not many (Android folks noticed a crash last year))..

There is one more issue that exist in this area: currently `llvm-readelf` produce the same LLVM-style output as `llvm-readobj` does.
We probably want to implement the proper GNU style output.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88407/new/

https://reviews.llvm.org/D88407



More information about the llvm-commits mailing list