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

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 20:29:36 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4ed05312a155: [docs] Document the --print-passes flag in opt. (authored by fcambus, committed by xgupta).

Repository:
  rG LLVM Github Monorepo

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.374719.patch
Type: text/x-patch
Size: 331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210924/1a4d5633/attachment.bin>


More information about the llvm-commits mailing list