[flang][docs][OpenMP] array sections with DEPEND are supported (#139081) This was added in - https://github.com/llvm/llvm-project/pull/132230 - https://github.com/llvm/llvm-project/pull/132994 - https://github.com/llvm/llvm-project/pull/133892
diff --git a/flang/docs/OpenMPSupport.md b/flang/docs/OpenMPSupport.md index 28e13d3..bde0bf7 100644 --- a/flang/docs/OpenMPSupport.md +++ b/flang/docs/OpenMPSupport.md
@@ -48,7 +48,7 @@ | distribute simd construct | P | dist_schedule and linear clauses are not supported | | distribute parallel loop construct | P | dist_schedule clause not supported | | distribute parallel loop simd construct | P | dist_schedule and linear clauses are not supported | -| depend clause | P | depend clause with array sections are not supported | +| depend clause | Y | | | declare reduction construct | N | | | atomic construct extensions | Y | | | cancel construct | Y | |