This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] [Windows] Misc fixes for llvm-readobj -unwind.
ClosedPublic

Authored by efriedma on Nov 1 2018, 5:27 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma created this revision.Nov 1 2018, 5:27 PM
ssijaric accepted this revision.Nov 1 2018, 5:49 PM

LGTM

This revision is now accepted and ready to land.Nov 1 2018, 5:49 PM
This revision was automatically updated to reflect the committed changes.