Skip to content

Commit

Permalink
Update Clang release note.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalker-arm committed Oct 24, 2023
1 parent 44338ad commit 4ed116a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,11 @@ X86 Support
Arm and AArch64 Support
^^^^^^^^^^^^^^^^^^^^^^^

- C++ function name mangling has been changed to align with the specification
(https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst).
This affects C++ functions with SVE ACLE parameters. Clang will use the old
manglings if ``-fclang-abi-compat=17`` or lower is specified.

Android Support
^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 4ed116a

Please sign in to comment.