summaryrefslogtreecommitdiff
path: root/openmp/docs
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-03-08 16:53:50 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-03-08 16:54:12 -0500
commiteae306f52c5966878ad55a4be21576982d37d3c9 (patch)
tree460d22cce25d97b1348fdd535b57f58e959e2861 /openmp/docs
parentdec9be85cc7a32215441af940e90d2add34e5a6d (diff)
downloadllvm-eae306f52c5966878ad55a4be21576982d37d3c9.tar.gz
[OpenMP][Docs] Make copy pasting remarks easier
Diffstat (limited to 'openmp/docs')
-rw-r--r--openmp/docs/remarks/OptimizationRemarks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/openmp/docs/remarks/OptimizationRemarks.rst b/openmp/docs/remarks/OptimizationRemarks.rst
index e9bc9cf8bb40..a29dce60e073 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>`_