Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 10a3299

Browse files
committed
[OPENMP] Update status of OpenMP support, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322516 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 902664b commit 10a3299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/OpenMPSupport.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Combined directives
5858

5959
* #pragma omp teams distribute [simd]: :good:`Complete`.
6060

61-
* #pragma omp target teams distribute [simd]: :partial:`Partial`. No support for the and `depend` clauses.
61+
* #pragma omp target teams distribute [simd]: :partial:`Partial`. No support for the `depend` clauses.
6262

6363
* #pragma omp teams distribute parallel for [simd]: :good:`Complete`.
6464

65-
* #pragma omp target teams distribute parallel for [simd]: :partial:`Partial`. No full codegen support.
65+
* #pragma omp target teams distribute parallel for [simd]: :partial:`Partial`. No support for the `depend` clauses.
6666

6767
Clang does not support any constructs/updates from upcoming OpenMP 5.0 except for `reduction`-based clauses in the `task` and `target`-based directives.
6868

0 commit comments

Comments
 (0)