[libcxx-commits] [PATCH] D124248: [libunwind] Add SystemZ support

Ulrich Weigand via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 22 04:35:08 PDT 2022


uweigand created this revision.
uweigand added reviewers: ldionne, libunwind.
Herald added subscribers: libcxx-commits, fedor.sergeev, kristof.beyls.
Herald added projects: libunwind, All.
Herald added 1 blocking reviewer(s): libunwind.
uweigand requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This adds support for the SystemZ (s390x) architecture to libunwind.

Support should be complete with the exception of unwinding from signal handlers.  That will require additional code along the lines of what Arm does, which I'm planning to submit separately.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124248

Files:
  libunwind/include/__libunwind_config.h
  libunwind/include/libunwind.h
  libunwind/src/Registers.hpp
  libunwind/src/UnwindCursor.hpp
  libunwind/src/UnwindRegistersRestore.S
  libunwind/src/UnwindRegistersSave.S
  libunwind/src/config.h
  libunwind/src/libunwind.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124248.424436.patch
Type: text/x-patch
Size: 14271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220422/296da7b4/attachment-0001.bin>


More information about the libcxx-commits mailing list