summaryrefslogtreecommitdiff
path: root/docs/OpenMPSupport.rst
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2018-01-22 15:27:45 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2018-01-22 15:27:45 +0000
commit6967d60504374c3d4c0e4122caf8c33f34717fee (patch)
treea5170b555e835214356e4a1d4e5aa64d12001094 /docs/OpenMPSupport.rst
parentb0fd08cfbeba364534cbd27988b25034bc73b20b (diff)
downloadclang-6967d60504374c3d4c0e4122caf8c33f34717fee.tar.gz
[DOCS] Mention OpenMP Tools Interface in runtime library
Also list supported configurations (architectures + operating systems). Differential Revision: https://reviews.llvm.org/D42349 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/OpenMPSupport.rst')
-rw-r--r--docs/OpenMPSupport.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/OpenMPSupport.rst b/docs/OpenMPSupport.rst
index da901402f3..f34049473f 100644
--- a/docs/OpenMPSupport.rst
+++ b/docs/OpenMPSupport.rst
@@ -65,4 +65,4 @@ Combined directives
* #pragma omp target teams distribute parallel for [simd]: :good:`Complete`.
Clang does not support any constructs/updates from upcoming OpenMP 5.0 except for `reduction`-based clauses in the `task` and `target`-based directives.
-
+In addition, the LLVM OpenMP runtime `libomp` supports the OpenMP Tools Interface (OMPT) on x86, x86_64, AArch64, and PPC64 on Linux, Windows, and mac OS.