[flang-commits] [PATCH] D89879: [Flang][OpenMP] Parsing and semantic changes for flush construct from OMP 5.0 specification.
sameeran joshi via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Oct 22 07:29:35 PDT 2020
sameeranjoshi added inline comments.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMP.td:423
def OMP_Flush : Directive<"flush"> {
- let allowedClauses = [
+ let allowedOnceClauses = [
VersionedClause<OMPC_AcqRel, 50>,
----------------
clementval wrote:
> Did you check if clang test are still passing with this change?
With `ninja check-clang check-flang` all seems well.
I can't figure out why bots failed in applying the patch.
@Reviewers can someone conform if this patch applies and build and tests well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89879/new/
https://reviews.llvm.org/D89879
More information about the flang-commits
mailing list