[PATCH] D96808: Fix flang after D76342

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 12:38:13 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb86dbe0c23e3: Fix flang after D76342 (authored by clementval).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96808

Files:
  flang/lib/Semantics/check-omp-structure.cpp


Index: flang/lib/Semantics/check-omp-structure.cpp
===================================================================
--- flang/lib/Semantics/check-omp-structure.cpp
+++ flang/lib/Semantics/check-omp-structure.cpp
@@ -667,6 +667,7 @@
 CHECK_SIMPLE_CLAUSE(Relaxed, OMPC_relaxed)
 CHECK_SIMPLE_CLAUSE(SeqCst, OMPC_seq_cst)
 CHECK_SIMPLE_CLAUSE(Simd, OMPC_simd)
+CHECK_SIMPLE_CLAUSE(Sizes, OMPC_sizes)
 CHECK_SIMPLE_CLAUSE(TaskReduction, OMPC_task_reduction)
 CHECK_SIMPLE_CLAUSE(To, OMPC_to)
 CHECK_SIMPLE_CLAUSE(UnifiedAddress, OMPC_unified_address)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96808.324079.patch
Type: text/x-patch
Size: 550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210216/eb81acf8/attachment.bin>


More information about the llvm-commits mailing list