]> granicus.if.org Git - clang/commitdiff
[DOCS] Mention OpenMP Tools Interface in runtime library
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Mon, 22 Jan 2018 15:27:45 +0000 (15:27 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Mon, 22 Jan 2018 15:27:45 +0000 (15:27 +0000)
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

docs/OpenMPSupport.rst

index da901402f386a8cfe11b717109aa89b1226a4d64..f34049473f825049941a858dee6cc35317824545 100644 (file)
@@ -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.