[NFC] [docs] point users towards clang remark flags (#147820)

This commit is contained in:
Florian Mayer 2025-07-10 12:32:09 -07:00 committed by GitHub
parent 682d6c4942
commit 4b30bf0ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,11 @@ Enabling optimization remarks
There are two modes that are supported for enabling optimization remarks in
LLVM: through remark diagnostics, or through serialized remarks.
See also the clang flags
`-Rpass <https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports>`_
and
`-fsave-optimization-record <http://clang.llvm.org/docs/UsersManual.html#cmdoption-f-no-save-optimization-record>`_.
Remark diagnostics
------------------