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

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 17:14:56 PDT 2022


fmayer added inline comments.


================
Comment at: libunwind/src/UnwindCursor.hpp:1019
     R dummy;
     return stepWithCompactEncoding(dummy);
   }
----------------
eugenis wrote:
> Do we need MTE support here?
I don't think so: This also doesn't handle the PAC BKey, and the plumbing through LLVM and the linker of that is the same as our 'G' flag.


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