[PATCH] D100132: [libunwind][AIX] Initial patch of the unwinder on AIX
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 13:30:58 PDT 2021
sfertile added inline comments.
================
Comment at: libunwind/src/UnwindRegistersRestore.S:139
#define PPC64_LR(n) \
- ld %r##n, (8 * (n + 2))(%r3)
+ ld GPR(n), (8 * (n + 2))(GPR(3))
----------------
We need to split out the NFC part of the macro changes and commit that in an initial patch to make sure nothing regresses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100132/new/
https://reviews.llvm.org/D100132
More information about the llvm-commits
mailing list