[PATCH] D42349: [DOCS] Mention OpenMP Tools Interface in runtime library

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 07:29:41 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC323123: [DOCS] Mention OpenMP Tools Interface in runtime library (authored by Hahnfeld, committed by ).

Repository:
  rC Clang

https://reviews.llvm.org/D42349

Files:
  docs/OpenMPSupport.rst


Index: docs/OpenMPSupport.rst
===================================================================
--- docs/OpenMPSupport.rst
+++ docs/OpenMPSupport.rst
@@ -65,4 +65,4 @@
 * #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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42349.130893.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180122/19725be5/attachment.bin>


More information about the cfe-commits mailing list