[PATCH] D125644: [ARM SEH 2] [llvm-readobj] Improve printing of Windows ARM packed unwind info

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 01:54:33 PDT 2022


mstorsjo updated this revision to Diff 430278.
mstorsjo added a comment.

Reverse the order of the printed prologue instructions, to match how they're printed in the non-packed cases (where they're printed in the same order as in the unwind data) and how they're printed for ARM64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125644

Files:
  llvm/include/llvm/Support/ARMWinEH.h
  llvm/lib/Support/ARMWinEH.cpp
  llvm/test/tools/llvm-readobj/COFF/arm-unwind-packed.s
  llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
  llvm/tools/llvm-readobj/ARMWinEHPrinter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125644.430278.patch
Type: text/x-patch
Size: 29183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220518/3a77a0c4/attachment-0001.bin>


More information about the llvm-commits mailing list