[PATCH] D89879: [Flang][OpenMP] Parsing and semantic changes for flush construct from OMP 5.0 specification.

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 11:29:49 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>,
----------------
Did you check if clang test are still passing with this change? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89879/new/

https://reviews.llvm.org/D89879



More information about the llvm-commits mailing list