summaryrefslogtreecommitdiff
path: root/openmp/README.rst
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2019-07-12 21:45:36 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2019-07-12 21:45:36 +0000
commite4b4f994d2f6a090694276b40d433dc1a58beb24 (patch)
tree9b652f3db2787e6c8f18aa74d87eedd890ed0a64 /openmp/README.rst
parent603580216f0aa387b0d4c01b8d2f05873e6a98e2 (diff)
downloadllvm-e4b4f994d2f6a090694276b40d433dc1a58beb24.tar.gz
[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
Diffstat (limited to 'openmp/README.rst')
-rw-r--r--openmp/README.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/openmp/README.rst b/openmp/README.rst
index 63afb70d5210..5e28b9abbfe2 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.