From e4b4f994d2f6a090694276b40d433dc1a58beb24 Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Fri, 12 Jul 2019 21:45:36 +0000 Subject: [OpenMP] Remove OMP spec versioning Remove all older OMP spec versioning from the runtime and build system. Patch by Terry Wilmarth Differential Revision: https://reviews.llvm.org/D64534 llvm-svn: 365963 --- openmp/README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'openmp/README.rst') diff --git a/openmp/README.rst b/openmp/README.rst index 63afb70d..5e28b9a 100644 --- a/openmp/README.rst +++ b/openmp/README.rst @@ -141,10 +141,6 @@ Options for ``libomp`` Intel(R) Many Integrated Core Architecture (Intel(R) MIC Architecture) to build for. This value is ignored if **LIBOMP_ARCH** does not equal ``mic``. -**LIBOMP_OMP_VERSION** = ``50|45|40|30`` - OpenMP version to build for. Older versions will disable certain - functionality and entry points. - **LIBOMP_LIB_TYPE** = ``normal|profile|stubs`` Library type can be ``normal``, ``profile``, or ``stubs``. @@ -192,8 +188,8 @@ Optional Features multi-node systems where a small ``CACHE_LINE`` setting leads to false sharing. **LIBOMP_OMPT_SUPPORT** = ``ON|OFF`` - Include support for the OpenMP Tools Interface (OMPT). - This option is supported and ``ON`` by default for x86, x86_64, AArch64, and + Include support for the OpenMP Tools Interface (OMPT). + This option is supported and ``ON`` by default for x86, x86_64, AArch64, and PPC64 on Linux* and macOS*. This option is ``OFF`` if this feature is not supported for the platform. -- cgit v1.1