[PATCH] D125462: [llvm-readobj] [COFF] Fix the printout for ARM64 packed homed parameters

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 09:49:48 PDT 2022


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

There definitely can't be a gap between the homing area and the stack arguments.  Are we sure there's a gap between the homing area and the saved registers, as opposed to putting the saved registers flush against the homing area?

If we're sure, LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125462



More information about the llvm-commits mailing list