[OPENMP] Update docs for OpenMP status, NFC.

llvm-svn: 322502
This commit is contained in:
Alexey Bataev 2018-01-15 19:08:36 +00:00
parent 8451efad89
commit bbe81f2d55
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Standalone directives
* #pragma omp target update: :good:`Complete`.
* #pragma omp target: :partial:`Partial`. No support for the `depend` clauses.
* #pragma omp target: :good:`Complete`.
* #pragma omp declare target: :partial:`Partial`. No full codegen support.