summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2018-01-22 15:38:26 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2018-01-22 15:38:26 +0000
commitdfc3f2b21fcd40e1d883cd885a595875bab1eeed (patch)
tree52a6700695d63d78777d540f3ca4d5f0eebd7a5a
parentc4af92bc169d03eaf484447e8d5ee53fce7fa36c (diff)
Merging r323123:
------------------------------------------------------------------------ r323123 | hahnfeld | 2018-01-22 16:27:45 +0100 (Mon, 22 Jan 2018) | 6 lines [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/branches/release_60@323128 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/OpenMPSupport.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/OpenMPSupport.rst b/docs/OpenMPSupport.rst
index f4ff3d36cf..c121df3e20 100644
--- a/docs/OpenMPSupport.rst
+++ b/docs/OpenMPSupport.rst
@@ -65,4 +65,4 @@ Combined directives
* #pragma omp target teams distribute parallel for [simd]: :partial:`Partial`. No full codegen support.
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.