[libcxx-commits] [PATCH] D105968: [libunwind][CET] Support exception handling stack unwind in CET environment

xiongji90 via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 30 01:05:17 PDT 2021


xiongji90 updated this revision to Diff 362984.
xiongji90 added a comment.

1. Report error for LIBUNWIND_ENABLE_CET + MSVC
2. Turn __unw_cet_get_registers to an internal function __libunwind_cet_get_registers
3. Some tiny code format change.


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

https://reviews.llvm.org/D105968

Files:
  libunwind/CMakeLists.txt
  libunwind/src/CMakeLists.txt
  libunwind/src/Registers.hpp
  libunwind/src/UnwindCursor.hpp
  libunwind/src/UnwindLevel1.c
  libunwind/src/UnwindRegistersRestore.S
  libunwind/src/UnwindRegistersSave.S
  libunwind/src/assembly.h
  libunwind/src/cet_unwind.h
  libunwind/src/libunwind.cpp
  libunwind/test/CMakeLists.txt
  libunwind/test/libunwind/test/config.py
  libunwind/test/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105968.362984.patch
Type: text/x-patch
Size: 15544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210730/0f4bbfc0/attachment-0001.bin>


More information about the libcxx-commits mailing list