[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:07:20 PDT 2021
xiongji90 added inline comments.
================
Comment at: libunwind/src/Registers.hpp:46
extern "C" void __libunwind_Registers_x86_jumpto(Registers_x86 *);
+#if defined(_LIBUNWIND_CET_ENABLED)
+extern "C" void *__libunwind_get_cet_jump_target() {
----------------
compnerd wrote:
> A newline before this line like in the x86_64 case would be nice.
Done.
Thanks very much.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105968/new/
https://reviews.llvm.org/D105968
More information about the libcxx-commits
mailing list