[flang-commits] [PATCH] D89879: [Flang][OpenMP] Parsing and semantic changes for flush construct from OMP 5.0 specification.
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Oct 22 08:26:08 PDT 2020
clementval 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>,
----------------
sameeranjoshi wrote:
> 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?
Which bot do you see failing?
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