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 8fc387c commit 7bfcd78Copy full SHA for 7bfcd78
llvm/cmake/config.guess
@@ -1300,7 +1300,7 @@ EOF
1300
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1301
grep IS_64BIT_ARCH >/dev/null
1302
then
1303
- if (echo '#ifdef __PTRAUTH_INTRINSICS__'; echo HAS_AUTH; echo '#endif') | \
+ if (echo '#if __has_feature(ptrauth_intrinsics) || defined(__PTRAUTH_INTRINSICS__'; echo HAS_AUTH; echo '#endif') | \
1304
1305
grep HAS_AUTH >/dev/null
1306
0 commit comments