[llvm-branch-commits] [clang] 3f768dd - Add release note about ABI implementation changes for _BitInt on Arm
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Sep 1 01:06:08 PDT 2024
Author: Maciej Gabka
Date: 2024-09-01T10:05:56+02:00
New Revision: 3f768dd6806aeca74bfdf21bde9135d96b137ef3
URL: https://github.com/llvm/llvm-project/commit/3f768dd6806aeca74bfdf21bde9135d96b137ef3
DIFF: https://github.com/llvm/llvm-project/commit/3f768dd6806aeca74bfdf21bde9135d96b137ef3.diff
LOG: Add release note about ABI implementation changes for _BitInt on Arm
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ef5a2fda1ea771..5eed9827343dd5 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1221,6 +1221,9 @@ Arm and AArch64 Support
``-mabi=pauthtest`` option or via specifying ``pauthtest`` environment part of
target triple.
+ - The C23 ``_BitInt`` implementation has been brought into compliance
+ with AAPCS32 and AAPCS64.
+
Android Support
^^^^^^^^^^^^^^^
More information about the llvm-branch-commits
mailing list