[clang] [clang][PAC][NFC] Provide addition support macros to ptrauth.h (PR #161027)
Daniil Kovalev via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 29 07:44:01 PDT 2025
================
@@ -384,9 +444,23 @@ typedef __UINTPTR_TYPE__ ptrauth_generic_signature_t;
#define ptrauth_cxx_vtable_pointer(key, address_discrimination, \
extra_discrimination...)
+#define __ptrauth_function_pointer(__typekey)
----------------
kovdan01 wrote:
Could you please explain what purpose do these empty macros serve for?
https://github.com/llvm/llvm-project/pull/161027
More information about the cfe-commits
mailing list