[Openmp-commits] [PATCH] D93735: [OpenMP][Docs] Add remarks intro section
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 22 18:45:21 PST 2020
jhuber6 added inline comments.
================
Comment at: openmp/docs/remarks/OptimizationRemarks.rst:6
+generate compiler remarks for performed and missed optimisations. To emit them,
+pass ``-Rpass=openmp`` and ``-Rpass-missed=openmp`` to the Clang invocation.
+For more information and features of the remark system the clang documentation
----------------
I think this should be `openmp-opt` and you're missing `-Rpass-analysis`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93735/new/
https://reviews.llvm.org/D93735
More information about the Openmp-commits
mailing list