aboutsummaryrefslogtreecommitdiff
path: root/openmp/docs
diff options
context:
space:
mode:
authorAnton Rydahl <rydahl2610@gmail.com>2023-08-28 19:03:26 -0700
committerantonrydahl <rydahl2610@gmail.com>2023-08-28 19:05:55 -0700
commitc1b5674fbb76c4b137a1e856441019605668f1ca (patch)
tree29908f3f3dddac8e9fb2ff46d91ab9f38cc638fa /openmp/docs
parent446f3c23a4c621762b5193117d2d42661c2ff4e0 (diff)
downloadllvm-c1b5674fbb76c4b137a1e856441019605668f1ca.zip
llvm-c1b5674fbb76c4b137a1e856441019605668f1ca.tar.gz
llvm-c1b5674fbb76c4b137a1e856441019605668f1ca.tar.bz2
[OpenMP] Change OpenMP default version in documentation and help text for -fopenmp-version
As discussed on the weekly OpenMP meeting on the second of August 2023, the default version in the OpenMP documentation shoud be changed from OpenMP 5.0 to 5.1. Differential Revision: https://reviews.llvm.org/D156901
Diffstat (limited to 'openmp/docs')
-rw-r--r--openmp/docs/CommandLineArgumentReference.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/openmp/docs/CommandLineArgumentReference.rst b/openmp/docs/CommandLineArgumentReference.rst
index ceea18e..8c50482 100644
--- a/openmp/docs/CommandLineArgumentReference.rst
+++ b/openmp/docs/CommandLineArgumentReference.rst
@@ -37,8 +37,7 @@ Use the static OpenMP host runtime while linking.
^^^^^^^^^^^^^^^^^^^^^^^^^^
Set the OpenMP version to a specific version ``<arg>`` of the OpenMP standard.
For example, you may use ``-fopenmp-version=45`` to select version 4.5 of
-the OpenMP standard. The default value is ``-fopenmp-version=50`` for ``Clang``
-and ``-fopenmp-version=11`` for ``flang-new``.
+the OpenMP standard. The default value is ``-fopenmp-version=51`` for ``Clang``.
.. _offload_command_line_arguments: