[llvm-branch-commits] [cfe-branch] r323128 - Merging r323123:

Jonas Hahnfeld via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jan 22 07:38:26 PST 2018


Author: hahnfeld
Date: Mon Jan 22 07:38:26 2018
New Revision: 323128

URL: http://llvm.org/viewvc/llvm-project?rev=323128&view=rev
Log:
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
------------------------------------------------------------------------

Modified:
    cfe/branches/release_60/   (props changed)
    cfe/branches/release_60/docs/OpenMPSupport.rst

Propchange: cfe/branches/release_60/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 22 07:38:26 2018
@@ -1,4 +1,4 @@
 /cfe/branches/type-system-rewrite:134693-134817
-/cfe/trunk:321754,321771,321777,321779,321933,322018,322236,322246,322350,322390,322405,322420,322518,322593,322813,322901,322904,322984
+/cfe/trunk:321754,321771,321777,321779,321933,322018,322236,322246,322350,322390,322405,322420,322518,322593,322813,322901,322904,322984,323123
 /cfe/trunk/test:170344
 /cfe/trunk/test/SemaTemplate:126920

Modified: cfe/branches/release_60/docs/OpenMPSupport.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_60/docs/OpenMPSupport.rst?rev=323128&r1=323127&r2=323128&view=diff
==============================================================================
--- cfe/branches/release_60/docs/OpenMPSupport.rst (original)
+++ cfe/branches/release_60/docs/OpenMPSupport.rst Mon Jan 22 07:38:26 2018
@@ -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.




More information about the llvm-branch-commits mailing list