We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a09f0 commit 4d76220Copy full SHA for 4d76220
libcxxabi/src/cxa_personality.cpp
@@ -44,7 +44,7 @@
44
# define __ptrauth_scan_results_landingpad \
45
__ptrauth(__ptrauth_scan_results_landingpad_key, 1, __ptrauth_scan_results_landingpad_disc)
46
47
-# if __has_extension(__ptrauth_restricted_intptr)
+# if __has_extension(ptrauth_restricted_intptr_qualifier)
48
# define __ptrauth_scan_results_landingpad_intptr \
49
__ptrauth_restricted_intptr(__ptrauth_scan_results_landingpad_key, 1, __ptrauth_scan_results_landingpad_disc)
50
# else
0 commit comments