[PATCH] D122361: [docs][tools] Remove old llvm-bcanalyzer options
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 11:07:22 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6746e6a37284: [docs][tools] Remove old llvm-bcanalyzer options (authored by keith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122361/new/
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.430742.patch
Type: text/x-patch
Size: 994 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220519/d521ab19/attachment.bin>
More information about the llvm-commits
mailing list