Skip to content

Commit

Permalink
[clang][AArch64] Remove BTI after setjmp from release notes
Browse files Browse the repository at this point in the history
This is now going into 14.0.2 as
571c7d8 so will not be
new in clang-15.
  • Loading branch information
DavidSpickett committed Apr 19, 2022
1 parent 73dc996 commit 218b5c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------------

Expand Down

0 comments on commit 218b5c8

Please sign in to comment.