[all-commits] [llvm/llvm-project] 3b8ffd: [flang][openmp] Required clauses are allowed
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jul 22 18:31:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3b8ffdec0772e038056903ab3e30019bdb9a8b8d
https://github.com/llvm/llvm-project/commit/3b8ffdec0772e038056903ab3e30019bdb9a8b8d
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][openmp] Required clauses are allowed
Summary:
This patch fix a problem where clause needed to be in the allowed set even
they were in the required set. A required clause is allowed obvisouly. This allow
to remove the duplicate in OMP.td
Reviewers: kiranchandramohan, DavidTruby, richard.barton.arm, jdoerfert, sscalpone, kiranktp, ichoyjx
Reviewed By: kiranchandramohan
Subscribers: yaxunl, guansong, sstefan1, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D84353
More information about the All-commits
mailing list