We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab8d93 commit 1cfd675Copy full SHA for 1cfd675
clang/docs/ReleaseNotes.rst
@@ -1207,6 +1207,11 @@ Arm and AArch64 Support
1207
* Arm Neoverse-N3 (neoverse-n3).
1208
* Arm Neoverse-V3 (neoverse-v3).
1209
* Arm Neoverse-V3AE (neoverse-v3ae).
1210
+- ``-mbranch-protection=gcs`` has been added which enables support for the
1211
+ Guarded Control Stack extension, and ``-mbranch-protection=standard`` also
1212
+ enables this. Enabling GCS causes the GCS GNU property bit to be set on output
1213
+ objects. It doesn't cause any code generation changes, as the code generated
1214
+ by clang is already compatible with GCS.
1215
1216
Android Support
1217
^^^^^^^^^^^^^^^
0 commit comments