Skip to content

Commit 0b8d9b0

Browse files
committed
[flang][docs][OpenMP] array sections with DEPEND are supported
This was added in - llvm#132230 - llvm#132994 - llvm#133892
1 parent 358ebdd commit 0b8d9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/OpenMPSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
4848
| distribute simd construct | P | dist_schedule and linear clauses are not supported |
4949
| distribute parallel loop construct | P | dist_schedule clause not supported |
5050
| distribute parallel loop simd construct | P | dist_schedule and linear clauses are not supported |
51-
| depend clause | P | depend clause with array sections are not supported |
51+
| depend clause | Y | |
5252
| declare reduction construct | N | |
5353
| atomic construct extensions | Y | |
5454
| cancel construct | Y | |

0 commit comments

Comments
 (0)