[clang] 28b4155 - [docs] Mention that function multi-versioning using target_version is also fixed

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 5 15:05:16 PDT 2023


Author: Fangrui Song
Date: 2023-09-05T15:05:11-07:00
New Revision: 28b4155c87c7d09db01e0d2a10be5bbffd982f13

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

LOG: [docs] Mention that function multi-versioning using target_version is also fixed

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b2b68cc2aeb5f65..73b0ad39ecbf4b1 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -206,8 +206,8 @@ Bug Fixes in This Version
 - Clang's ``-Wunused-private-field`` no longer warns on fields whose type is
   declared with ``[[maybe_unused]]``.
   (`#61334 <https://github.com/llvm/llvm-project/issues/61334>`_)
-- For function multi-versioning using the ``target`` or ``target_clones``
-  attributes, remove comdat for internal linkage functions.
+- For function multi-versioning using the ``target``, ``target_clones``, or
+  ``target_version`` attributes, remove comdat for internal linkage functions.
   (`#65114 <https://github.com/llvm/llvm-project/issues/65114>`_)
 - Clang now reports ``-Wformat`` for bool value and char specifier confusion
   in scanf. Fixes


        


More information about the cfe-commits mailing list