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 58d86bc commit e74fef2Copy full SHA for e74fef2
llvm/cmake/config.guess
@@ -1297,7 +1297,7 @@ EOF
1297
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1298
grep IS_64BIT_ARCH >/dev/null
1299
then
1300
- 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') | \
1301
1302
grep HAS_AUTH >/dev/null
1303
0 commit comments