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

Frederic Cambus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 12 13:55:15 PDT 2021


fcambus created this revision.
fcambus added reviewers: aeubanks, asbirlea.
fcambus requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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
@@ -117,6 +117,10 @@
 
  Print module after each transformation.
 
+.. option:: -print-passes
+
+ Print all available passes and exit.
+
 EXIT STATUS
 -----------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109663.372133.patch
Type: text/x-patch
Size: 341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210912/159d9398/attachment.bin>


More information about the llvm-commits mailing list