[libcxx-commits] [PATCH] D158655: [libunwind][AIX] Fix problem with stepping up from a leaf function when unwinding started in a signal handler

Xing Xue via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 31 08:01:23 PDT 2023


xingxue updated this revision to Diff 555053.
xingxue added a comment.

Addressed comments:

- add instruction `bl $+4` in the assembly code of the test case


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158655

Files:
  libunwind/src/Registers.hpp
  libunwind/src/UnwindCursor.hpp
  libunwind/src/UnwindRegistersSave.S
  libunwind/test/aix_signal_unwind.pass.sh.S

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158655.555053.patch
Type: text/x-patch
Size: 18060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230831/c7178961/attachment-0001.bin>


More information about the libcxx-commits mailing list