[PATCH] D54015: [AArch64] [Windows] Misc fixes for llvm-readobj -unwind.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 17:28:00 PDT 2018


efriedma created this revision.
efriedma added reviewers: rnk, ssijaric.
Herald added subscribers: kristina, chrib, kristof.beyls, javed.absar.

Use getImageBase() helper to compute the image base. Fix various offsets/addresses/masks so they're actually correct.

This allows decoding unwind info from DLLs, and from object files containing multiple functions.


Repository:
  rL LLVM

https://reviews.llvm.org/D54015

Files:
  include/llvm/Support/ARMWinEH.h
  tools/llvm-readobj/ARMWinEHPrinter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54015.172275.patch
Type: text/x-patch
Size: 4097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181102/ada76ecf/attachment.bin>


More information about the llvm-commits mailing list