Skip to content

Commit 4b30bf0

Browse files
authored
[NFC] [docs] point users towards clang remark flags (#147820)
1 parent 682d6c4 commit 4b30bf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/Remarks.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ 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
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+
6065
Remark diagnostics
6166
------------------
6267

0 commit comments

Comments
 (0)