[PATCH] D109663: [docs] Document the --print-passes flag in opt.

Frederic Cambus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 13:48:08 PDT 2021


fcambus updated this revision to Diff 374659.
fcambus added a comment.

Rebased on top of current main branch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109663/new/

https://reviews.llvm.org/D109663

Files:
  llvm/docs/CommandGuide/opt.rst


Index: llvm/docs/CommandGuide/opt.rst
===================================================================
--- llvm/docs/CommandGuide/opt.rst
+++ llvm/docs/CommandGuide/opt.rst
@@ -104,6 +104,10 @@
 
      opt -load=plugin.so -help
 
+.. option:: -print-passes
+
+ Print all available passes and exit.
+
 EXIT STATUS
 -----------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109663.374659.patch
Type: text/x-patch
Size: 331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/2faa92b4/attachment.bin>


More information about the llvm-commits mailing list