Author: David Spickett Date: 2022-04-19T13:49:55Z New Revision: 218b5c83940d469424564ba6f1ec488c4970a5e5
URL: https://github.com/llvm/llvm-project/commit/218b5c83940d469424564ba6f1ec488c4970a5e5 DIFF: https://github.com/llvm/llvm-project/commit/218b5c83940d469424564ba6f1ec488c4970a5e5.diff LOG: [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. Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ef4211204a905..4a0e2ff6170a2 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 ------------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits