[PATCH] D128998: [libunwind] Handle G in personality string

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 13 19:07:18 PDT 2022


MaskRay added inline comments.


================
Comment at: libunwind/src/DwarfInstructions.hpp:220
+        // https://github.com/torvalds/linux/blob/1930a6e739c4b4a654a69164dbe39e554d228915/arch/arm64/kernel/signal.c#L718
+        p &= ~15ULL;
+        // CFA is the bottom of the current stack frame.
----------------
`-16ULL`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128998



More information about the llvm-commits mailing list