We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e56942 commit b92c5e3Copy full SHA for b92c5e3
llvm/docs/Remarks.rst
@@ -57,7 +57,10 @@ Enabling optimization remarks
57
There are two modes that are supported for enabling optimization remarks in
58
LLVM: through remark diagnostics, or through serialized remarks.
59
60
-See also the clang flags `-Rpass` and `-fsave-optimization-record`.
+See also the clang flags
61
+`-Rpass <https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports>`_
62
+and
63
+`-fsave-optimization-record <http://clang.llvm.org/docs/UsersManual.html#cmdoption-f-no-save-optimization-record>`_.
64
65
Remark diagnostics
66
------------------
0 commit comments