forked from OSchip/llvm-project
[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:
parent
73dc996428
commit
218b5c8394
|
@ -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
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue