[PATCH] D115561: [Clang][OpenMP] Add the support for atomic compare in parser
Shilei Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 14 18:59:25 PST 2021
tianshilei1992 added a comment.
In D115561#3190243 <https://reviews.llvm.org/D115561#3190243>, @mikerice wrote:
> Note you'll want to add a line to flang/lib/Semantics/check-omp-structure.cpp for the new clause or the flang build will fail.
>
> CHECK_SIMPLE_CLAUSE(Compare, OMPC_compare)
Thanks, will do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115561/new/
https://reviews.llvm.org/D115561
More information about the llvm-commits
mailing list