[PATCH] D122361: [docs][tools] Remove old llvm-bcanalyzer options

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 16:30:07 PDT 2022


keith created this revision.
Herald added subscribers: manas, ASDenysPetrov, dkrupp, donat.nagy, Szelethus, a.sidorin, baloghadamsoftware.
Herald added a project: All.
keith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

These no longer exist. A few have been added since but I'm not enough of
an expert to provide a useful blurb on them outside of what you see with
`--help`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122361

Files:
  llvm/docs/CommandGuide/llvm-bcanalyzer.rst


Index: llvm/docs/CommandGuide/llvm-bcanalyzer.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-bcanalyzer.rst
+++ llvm/docs/CommandGuide/llvm-bcanalyzer.rst
@@ -28,25 +28,13 @@
 
 .. program:: llvm-bcanalyzer
 
-.. option:: -nodetails
-
- Causes :program:`llvm-bcanalyzer` to abbreviate its output by writing out only
- a module level summary.  The details for individual functions are not
- displayed.
-
-.. option:: -dump
+.. option:: --dump
 
  Causes :program:`llvm-bcanalyzer` to dump the bitcode in a human readable
  format.  This format is significantly different from LLVM assembly and
  provides details about the encoding of the bitcode file.
 
-.. option:: -verify
-
- Causes :program:`llvm-bcanalyzer` to verify the module produced by reading the
- bitcode.  This ensures that the statistics generated are based on a consistent
- module.
-
-.. option:: -help
+.. option:: --help
 
  Print a summary of command line options.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122361.417781.patch
Type: text/x-patch
Size: 994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220323/9916c5b5/attachment.bin>


More information about the llvm-commits mailing list