[Clang][Doc] Update the release note for clang
authorShilei Tian <i@tianshilei.me>
Tue, 26 Jul 2022 19:39:00 +0000 (15:39 -0400)
committerShilei Tian <i@tianshilei.me>
Tue, 26 Jul 2022 19:39:21 +0000 (15:39 -0400)
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

clang/docs/ReleaseNotes.rst

index 74505dd..84c7433 100644 (file)
@@ -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).
 
 ...