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 d193a58 commit 0b7e7b7Copy full SHA for 0b7e7b7
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