Skip to content

Commit b92c5e3

Browse files
committed
link
Created using spr 1.3.4
1 parent 8e56942 commit b92c5e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/docs/Remarks.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ Enabling optimization remarks
5757
There are two modes that are supported for enabling optimization remarks in
5858
LLVM: through remark diagnostics, or through serialized remarks.
5959

60-
See also the clang flags `-Rpass` and `-fsave-optimization-record`.
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>`_.
6164

6265
Remark diagnostics
6366
------------------

0 commit comments

Comments
 (0)