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.
2 parents 2d30b38 + 4b30bf0 commit e358023Copy full SHA for e358023
llvm/docs/Remarks.rst
@@ -57,6 +57,11 @@ 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
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
------------------
67
0 commit comments