2012-05-08 18:50:35 +02:00
|
|
|
LLVM Command Guide
|
|
|
|
------------------
|
|
|
|
|
|
|
|
The following documents are command descriptions for all of the LLVM tools.
|
|
|
|
These pages describe how to use the LLVM commands and what their options are.
|
|
|
|
Note that these pages do not describe all of the options available for all
|
|
|
|
tools. To get a complete listing, pass the ``--help`` (general options) or
|
|
|
|
``--help-hidden`` (general and debugging options) arguments to the tool you are
|
|
|
|
interested in.
|
|
|
|
|
|
|
|
Basic Commands
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
llvm-as
|
|
|
|
llvm-dis
|
|
|
|
opt
|
|
|
|
llc
|
|
|
|
lli
|
|
|
|
llvm-link
|
|
|
|
llvm-ar
|
2015-07-17 20:49:26 +02:00
|
|
|
llvm-lib
|
2012-05-08 18:50:35 +02:00
|
|
|
llvm-nm
|
|
|
|
llvm-config
|
|
|
|
llvm-diff
|
|
|
|
llvm-cov
|
2014-02-18 00:22:49 +01:00
|
|
|
llvm-profdata
|
2012-05-08 18:50:35 +02:00
|
|
|
llvm-stress
|
2013-03-01 08:58:27 +01:00
|
|
|
llvm-symbolizer
|
2014-05-20 00:53:29 +02:00
|
|
|
llvm-dwarfdump
|
2017-11-02 19:44:54 +01:00
|
|
|
dsymutil
|
2018-03-08 14:43:11 +01:00
|
|
|
llvm-mca
|
2012-05-08 18:50:35 +02:00
|
|
|
|
|
|
|
Debugging Tools
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
bugpoint
|
|
|
|
llvm-extract
|
|
|
|
llvm-bcanalyzer
|
|
|
|
|
|
|
|
Developer Tools
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
FileCheck
|
|
|
|
tblgen
|
|
|
|
lit
|
|
|
|
llvm-build
|
2018-04-04 13:37:06 +02:00
|
|
|
llvm-exegesis
|
2017-08-11 21:00:22 +02:00
|
|
|
llvm-pdbutil
|
2013-04-11 02:05:57 +02:00
|
|
|
llvm-readobj
|