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
|
|
|
|
|
2020-07-01 23:41:07 +02:00
|
|
|
dsymutil
|
2012-05-08 18:50:35 +02:00
|
|
|
llc
|
|
|
|
lli
|
2020-07-01 23:41:07 +02:00
|
|
|
llvm-as
|
2012-05-08 18:50:35 +02:00
|
|
|
llvm-config
|
2020-07-01 23:41:07 +02:00
|
|
|
llvm-cov
|
2018-09-13 22:22:02 +02:00
|
|
|
llvm-cxxmap
|
2012-05-08 18:50:35 +02:00
|
|
|
llvm-diff
|
2020-07-01 23:41:07 +02:00
|
|
|
llvm-dis
|
2014-05-20 00:53:29 +02:00
|
|
|
llvm-dwarfdump
|
2020-07-01 23:41:07 +02:00
|
|
|
llvm-lib
|
|
|
|
llvm-libtool-darwin
|
|
|
|
llvm-link
|
|
|
|
llvm-lipo
|
2018-03-08 14:43:11 +01:00
|
|
|
llvm-mca
|
2021-04-15 16:55:22 +02:00
|
|
|
llvm-otool
|
2020-07-01 23:41:07 +02:00
|
|
|
llvm-profdata
|
2019-06-07 18:43:44 +02:00
|
|
|
llvm-readobj
|
2020-07-01 23:41:07 +02:00
|
|
|
llvm-stress
|
|
|
|
llvm-symbolizer
|
|
|
|
opt
|
2012-05-08 18:50:35 +02:00
|
|
|
|
2019-06-11 23:13:01 +02:00
|
|
|
GNU binutils replacements
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
llvm-addr2line
|
|
|
|
llvm-ar
|
|
|
|
llvm-cxxfilt
|
2020-06-12 16:39:46 +02:00
|
|
|
llvm-install-name-tool
|
2019-06-11 23:13:01 +02:00
|
|
|
llvm-nm
|
|
|
|
llvm-objcopy
|
|
|
|
llvm-objdump
|
|
|
|
llvm-ranlib
|
|
|
|
llvm-readelf
|
|
|
|
llvm-size
|
|
|
|
llvm-strings
|
|
|
|
llvm-strip
|
|
|
|
|
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
|
2021-03-30 18:37:13 +02:00
|
|
|
clang-tblgen
|
|
|
|
lldb-tblgen
|
|
|
|
llvm-tblgen
|
|
|
|
mlir-tblgen
|
2012-05-08 18:50:35 +02:00
|
|
|
lit
|
2018-04-04 13:37:06 +02:00
|
|
|
llvm-exegesis
|
2019-10-02 09:00:01 +02:00
|
|
|
llvm-locstats
|
2020-11-26 10:40:52 +01:00
|
|
|
llvm-pdbutil
|
|
|
|
llvm-profgen
|