[Openmp-commits] [openmp] eae306f - [OpenMP][Docs] Make copy pasting remarks easier

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 8 13:54:47 PST 2022


Author: Joseph Huber
Date: 2022-03-08T16:54:12-05:00
New Revision: eae306f52c5966878ad55a4be21576982d37d3c9

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

LOG: [OpenMP][Docs] Make copy pasting remarks easier

Added: 
    

Modified: 
    openmp/docs/remarks/OptimizationRemarks.rst

Removed: 
    


################################################################################
diff  --git a/openmp/docs/remarks/OptimizationRemarks.rst b/openmp/docs/remarks/OptimizationRemarks.rst
index e9bc9cf8bb401..a29dce60e073c 100644
--- a/openmp/docs/remarks/OptimizationRemarks.rst
+++ b/openmp/docs/remarks/OptimizationRemarks.rst
@@ -3,9 +3,9 @@ OpenMP Optimization Remarks
 
 The :doc:`OpenMP-Aware optimization pass </optimizations/OpenMPOpt>` is able to
 generate compiler remarks for performed and missed optimisations. To emit them,
-pass ``-Rpass=openmp-opt``, ``-Rpass-analysis=openmp-opt``, and
-``-Rpass-missed=openmp-opt`` to the Clang invocation.  For more information and
-features of the remark system the clang documentation should be consulted:
+pass these options to the Clang invocation: ``-Rpass=openmp-opt
+-Rpass-analysis=openmp-opt -Rpass-missed=openmp-opt``.  For more information and
+features of the remark system, consult the clang documentation:
 
 + `Clang options to emit optimization reports <https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports>`_
 + `Clang diagnostic and remark flags <https://clang.llvm.org/docs/ClangCommandLineReference.html#diagnostic-flags>`_


        


More information about the Openmp-commits mailing list