[libcxx-commits] [compiler-rt] [libcxx] [libcxxabi] [libunwind] [runtimes][PAC] Harden unwinding when possible (PR #143230)
Daniil Kovalev via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 22 09:59:15 PDT 2025
================
@@ -30,6 +30,45 @@ EXCEPTION_DISPOSITION _GCC_specific_handler(PEXCEPTION_RECORD, void *, PCONTEXT,
_Unwind_Personality_Fn);
#endif
+#if __has_feature(ptrauth_qualifier)
+#include <ptrauth.h>
+#if __has_feature(ptrauth_restricted_intptr_qualifier)
----------------
kovdan01 wrote:
Resolving the thread in favor of:
1. (To be fixed in scope of this PR) Comment in this PR about `ptrauth_restricted_intptr_qualifier`: TODO
2. (To be done as a follow-up) Comment in the "update docs" issue: https://github.com/llvm/llvm-project/issues/96528#issuecomment-3320192622
https://github.com/llvm/llvm-project/pull/143230
More information about the libcxx-commits
mailing list