1LLVM 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
24   llvm-nm
25   llvm-config
26   llvm-diff
27   llvm-cov
28   llvm-stress
29   llvm-symbolizer
30
31Debugging Tools
32~~~~~~~~~~~~~~~
33
34.. toctree::
35   :maxdepth: 1
36
37   bugpoint
38   llvm-extract
39   llvm-bcanalyzer
40
41Developer Tools
42~~~~~~~~~~~~~~~
43
44.. toctree::
45   :maxdepth: 1
46
47   FileCheck
48   tblgen
49   lit
50   llvm-build
51   llvm-readobj
52