blob: 46db57f1c845dbd94c11ed163cc673a9edc85526 [file] [log] [blame]
Daniel Dunbar8f4a8a62012-05-08 16:50:35 +00001LLVM Command Guide
2------------------
3
4The following documents are command descriptions for all of the LLVM tools.
5These pages describe how to use the LLVM commands and what their options are.
6Note that these pages do not describe all of the options available for all
7tools. To get a complete listing, pass the ``--help`` (general options) or
8``--help-hidden`` (general and debugging options) arguments to the tool you are
9interested in.
10
11Basic Commands
12~~~~~~~~~~~~~~
13
14.. toctree::
15 :maxdepth: 1
16
17 llvm-as
18 llvm-dis
19 opt
20 llc
21 lli
22 llvm-link
23 llvm-ar
Rafael Espindola3116f6e2015-07-17 18:49:26 +000024 llvm-lib
Daniel Dunbar8f4a8a62012-05-08 16:50:35 +000025 llvm-nm
Daniel Dunbar8f4a8a62012-05-08 16:50:35 +000026 llvm-config
27 llvm-diff
28 llvm-cov
Duncan P. N. Exon Smith846a6272014-02-17 23:22:49 +000029 llvm-profdata
Daniel Dunbar8f4a8a62012-05-08 16:50:35 +000030 llvm-stress
Alexey Samsonov2bc10122013-03-01 07:58:27 +000031 llvm-symbolizer
Alexey Samsonova47b11a2014-05-19 22:53:29 +000032 llvm-dwarfdump
Daniel Dunbar8f4a8a62012-05-08 16:50:35 +000033
34Debugging Tools
35~~~~~~~~~~~~~~~
36
37.. toctree::
38 :maxdepth: 1
39
40 bugpoint
41 llvm-extract
42 llvm-bcanalyzer
43
44Developer Tools
45~~~~~~~~~~~~~~~
46
47.. toctree::
48 :maxdepth: 1
49
50 FileCheck
51 tblgen
52 lit
53 llvm-build
Nico Rieck51432432013-04-11 00:05:57 +000054 llvm-readobj