[clang] 114df24 - [Clang][Doc] Update the release note for clang
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 26 12:39:25 PDT 2022
Author: Shilei Tian
Date: 2022-07-26T15:39:21-04:00
New Revision: 114df244ec50ce0145702974335965c3aa2c3dcc
URL: https://github.com/llvm/llvm-project/commit/114df244ec50ce0145702974335965c3aa2c3dcc
DIFF: https://github.com/llvm/llvm-project/commit/114df244ec50ce0145702974335965c3aa2c3dcc.diff
LOG: [Clang][Doc] Update the release note for clang
Add the support for `atomic compare` and `atomic compare capture` in the
release note of clang.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D129211
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 74505dd30baa..84c74335ea5d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -592,6 +592,8 @@ ABI Changes in Clang
OpenMP Support in Clang
-----------------------
+* Added the support for ``atomic compare`` and ``atomic compare capture``
+ (``-fopenmp-version=51`` is required).
...
More information about the cfe-commits
mailing list