From 114df244ec50ce0145702974335965c3aa2c3dcc Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Tue, 26 Jul 2022 15:39:00 -0400 Subject: [PATCH] [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 --- clang/docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 74505dd..84c7433 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). ... -- 2.7.4