[clang] ac2af81 - [clang][doc][RISCV][LoongArch] Remove release notes for changes backported to 17.0.x

Alex Bradbury via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 00:15:14 PDT 2023


Author: Alex Bradbury
Date: 2023-08-10T08:14:38+01:00
New Revision: ac2af811a0b864df0089b454b61d484bfc1ad108

URL: https://github.com/llvm/llvm-project/commit/ac2af811a0b864df0089b454b61d484bfc1ad108
DIFF: https://github.com/llvm/llvm-project/commit/ac2af811a0b864df0089b454b61d484bfc1ad108.diff

LOG: [clang][doc][RISCV][LoongArch] Remove release notes for changes backported to 17.0.x

The RISC-V and LoongArch ABI fixes were backported to 17.0.x
(<https://github.com/llvm/llvm-project/issues/64486>,
<https://github.com/llvm/llvm-project/issues/64514>) and so are now
covered in the release notes for 17.0.0.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 92abb65546caa3..e8533f071e0754 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -200,16 +200,10 @@ Windows Support
 LoongArch Support
 ^^^^^^^^^^^^^^^^^
 
-- An ABI mismatch between GCC and Clang related to the handling of empty structs
-  in C++ parameter passing under ``lp64d`` ABI was fixed.
-
 RISC-V Support
 ^^^^^^^^^^^^^^
 - Unaligned memory accesses can be toggled by ``-m[no-]unaligned-access`` or the
   aliases ``-m[no-]strict-align``.
-- An ABI mismatch between GCC and Clang related to the handling of empty
-  structs in C++ parameter passing under the hard floating point calling
-  conventions was fixed.
 
 CUDA/HIP Language Changes
 ^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list