[clang][AArch64] Remove BTI after setjmp from release notes

This is now going into 14.0.2 as
571c7d8f6dae1a8797ae3271c0c09fc648b1940b so will not be
new in clang-15.
This commit is contained in:
David Spickett 2022-04-19 13:48:26 +00:00
parent 73dc996428
commit 218b5c8394
1 changed files with 0 additions and 5 deletions

View File

@ -298,11 +298,6 @@ DWARF Support in Clang
Arm and AArch64 Support in Clang
--------------------------------
- When using ``-mbranch-protection=bti`` with AArch64, calls to setjmp will
now be followed by a BTI instruction. This is done to be compatible with
setjmp implementations that return with a br instead of a ret. You can
disable this behaviour using the ``-mno-bti-at-return-twice`` option.
Floating Point Support in Clang
-------------------------------