diff options
| author | Alexey Bataev <a.bataev@hotmail.com> | 2019-10-10 20:15:54 +0000 |
|---|---|---|
| committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-10-10 20:15:54 +0000 |
| commit | ff8a1a0705a7809e65ae279d71c2b10e2a70fcff (patch) | |
| tree | d8c7b8c9d1c87e69dc9123f34213cb54c6680660 | |
| parent | 60e51c48033c5d6cfc7aa8e07d1143971e24261a (diff) | |
| download | bcm5719-llvm-ff8a1a0705a7809e65ae279d71c2b10e2a70fcff.tar.gz bcm5719-llvm-ff8a1a0705a7809e65ae279d71c2b10e2a70fcff.zip | |
[OPENMP]Update doc for supported constructs, NFC.
llvm-svn: 374438
| -rw-r--r-- | clang/docs/OpenMPSupport.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 1563ca8309d..afde3f91299 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -179,7 +179,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | task extension | combined taskloop constructs | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| task extension | master taskloop | :none:`unclaimed` | | +| task extension | master taskloop | :good:`done` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | task extension | parallel master taskloop | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ |

