summaryrefslogtreecommitdiff
path: root/openmp/docs
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-04-21 18:34:19 -0400
committerJoseph Huber <jhuber6@vols.utk.edu>2022-04-21 18:50:25 -0400
commitf557bb8733750deb79006a1579451523c8b78413 (patch)
tree8cf2648afc3133faf87ac2e11036e2baf32d3bd5 /openmp/docs
parentb8786413d8007f6864f0dc55d95a09cffff232e3 (diff)
downloadllvm-f557bb8733750deb79006a1579451523c8b78413.tar.gz
[OpenMP][Docs] Remove usage of deprecated flag in documentation
Summary: This documentation used the `-fopenmp-target-new-runtime` flag which is deprecated and has no effect. Remove it.
Diffstat (limited to 'openmp/docs')
-rw-r--r--openmp/docs/design/Runtimes.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/openmp/docs/design/Runtimes.rst b/openmp/docs/design/Runtimes.rst
index cb5137d36f69..c04da946abc9 100644
--- a/openmp/docs/design/Runtimes.rst
+++ b/openmp/docs/design/Runtimes.rst
@@ -1169,8 +1169,7 @@ provide the following output from the device runtime library.
.. code-block:: console
- $ clang++ -fopenmp -fopenmp-targets=nvptx64 -fopenmp-target-new-runtime \
- -fopenmp-target-debug=3
+ $ clang++ -fopenmp -fopenmp-targets=nvptx64 -fopenmp-target-debug=3
$ env LIBOMPTARGET_DEVICE_RTL_DEBUG=3 ./zaxpy
.. code-block:: text