[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.
This commit is contained in:
Joseph Huber 2022-04-21 18:34:19 -04:00
parent b8786413d8
commit f557bb8733

View file

@ -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