Skip to content

Commit ee8c1ae

Browse files
committed
Add release note
1 parent ea73192 commit ee8c1ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ New Compiler Flags
144144
Deprecated Compiler Flags
145145
-------------------------
146146

147+
- Use of `__has_feature` to detect the `ptrauth_qualifier` and `ptrauth_intrinsics`
148+
features has been deprecated, and is restricted to the arm64e target only. The
149+
correct method to check for these features is to test for the `__PTRAUTH__`
150+
macro.
151+
147152
Modified Compiler Flags
148153
-----------------------
149154

0 commit comments

Comments
 (0)