Skip to content

Commit

Permalink
[docs][tools] Remove old llvm-bcanalyzer options
Browse files Browse the repository at this point in the history
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
  • Loading branch information
keith committed May 19, 2022
1 parent 0662430 commit 6746e6a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions llvm/docs/CommandGuide/llvm-bcanalyzer.rst
Expand Up @@ -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 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.

Expand Down

0 comments on commit 6746e6a

Please sign in to comment.