[Openmp-commits] [openmp] f557bb8 - [OpenMP][Docs] Remove usage of deprecated flag in documentation

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 21 15:50:57 PDT 2022


Author: Joseph Huber
Date: 2022-04-21T18:50:25-04:00
New Revision: f557bb8733750deb79006a1579451523c8b78413

URL: https://github.com/llvm/llvm-project/commit/f557bb8733750deb79006a1579451523c8b78413
DIFF: https://github.com/llvm/llvm-project/commit/f557bb8733750deb79006a1579451523c8b78413.diff

LOG: [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.

Added: 
    

Modified: 
    openmp/docs/design/Runtimes.rst

Removed: 
    


################################################################################
diff  --git a/openmp/docs/design/Runtimes.rst b/openmp/docs/design/Runtimes.rst
index cb5137d36f695..c04da946abc92 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


        


More information about the Openmp-commits mailing list