r323123 - [DOCS] Mention OpenMP Tools Interface in runtime library

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 07:27:45 PST 2018


Author: hahnfeld
Date: Mon Jan 22 07:27:45 2018
New Revision: 323123

URL: http://llvm.org/viewvc/llvm-project?rev=323123&view=rev
Log:
[DOCS] Mention OpenMP Tools Interface in runtime library

Also list supported configurations (architectures + operating
systems).

Differential Revision: https://reviews.llvm.org/D42349

Modified:
    cfe/trunk/docs/OpenMPSupport.rst

Modified: cfe/trunk/docs/OpenMPSupport.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/OpenMPSupport.rst?rev=323123&r1=323122&r2=323123&view=diff
==============================================================================
--- cfe/trunk/docs/OpenMPSupport.rst (original)
+++ cfe/trunk/docs/OpenMPSupport.rst Mon Jan 22 07:27:45 2018
@@ -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.




More information about the cfe-commits mailing list