[clang] [clang][PAC] ptrauth_qualifier and ptrauth_intrinsic should only be available on Darwin (PR #153912)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 18 06:19:49 PDT 2025


================
@@ -144,6 +144,11 @@ New Compiler Flags
 Deprecated Compiler Flags
 -------------------------
 
+- Use of ``__has_feature`` to detect the ``ptrauth_qualifier`` and ``ptrauth_intrinsics``
----------------
AaronBallman wrote:

This isn't really a deprecated compiler flag. Perhaps we should move this to the non-comprehensive changes section? Or make up a new section for deprecated functionality?

https://github.com/llvm/llvm-project/pull/153912


More information about the cfe-commits mailing list