[libcxx-commits] [PATCH] D94591: [VE] Support VE in libunwind

Kazushi Marukawa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 13 04:48:00 PST 2021


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka, mhorne, lenary, luismarques, MaskRay.
kaz7 added projects: LLVM, libunwind, VE.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libunwind.
kaz7 requested review of this revision.
Herald added a subscriber: llvm-commits.

Modify libunwind to support SjLj exception handling routines for VE.
In order to do that, we need to implement not only SjLj exception
handling routines but also a Registers_ve class.  This implementation
of Registers_ve is incomplete.  We will work on it later when we need
backtrace in libunwind.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94591

Files:
  libunwind/include/__libunwind_config.h
  libunwind/include/libunwind.h
  libunwind/src/Registers.hpp
  libunwind/src/Unwind-sjlj.c
  libunwind/src/libunwind.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94591.316368.patch
Type: text/x-patch
Size: 17779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210113/7d05407d/attachment-0001.bin>


More information about the libcxx-commits mailing list