[llvm] 6746e6a - [docs][tools] Remove old llvm-bcanalyzer options
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 11:07:21 PDT 2022
Author: Keith Smiley
Date: 2022-05-19T11:07:03-07:00
New Revision: 6746e6a37284e6d9aa83f1f2d0b76013898256cb
URL: https://github.com/llvm/llvm-project/commit/6746e6a37284e6d9aa83f1f2d0b76013898256cb
DIFF: https://github.com/llvm/llvm-project/commit/6746e6a37284e6d9aa83f1f2d0b76013898256cb.diff
LOG: [docs][tools] Remove old llvm-bcanalyzer options
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`.
Differential Revision: https://reviews.llvm.org/D122361
Added:
Modified:
llvm/docs/CommandGuide/llvm-bcanalyzer.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-bcanalyzer.rst b/llvm/docs/CommandGuide/llvm-bcanalyzer.rst
index 36ad3998ea4b..8f15e03db3b0 100644
--- a/llvm/docs/CommandGuide/llvm-bcanalyzer.rst
+++ b/llvm/docs/CommandGuide/llvm-bcanalyzer.rst
@@ -28,25 +28,13 @@ OPTIONS
.. 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
diff erent 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.
More information about the llvm-commits
mailing list