Home | History | Annotate | Download | only in CommandGuide
      1 LLVM Command Guide
      2 ------------------
      3 
      4 The following documents are command descriptions for all of the LLVM tools.
      5 These pages describe how to use the LLVM commands and what their options are.
      6 Note that these pages do not describe all of the options available for all
      7 tools. To get a complete listing, pass the ``--help`` (general options) or
      8 ``--help-hidden`` (general and debugging options) arguments to the tool you are
      9 interested in.
     10 
     11 Basic 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-lib
     25    llvm-nm
     26    llvm-config
     27    llvm-diff
     28    llvm-cov
     29    llvm-profdata
     30    llvm-stress
     31    llvm-symbolizer
     32    llvm-dwarfdump
     33    dsymutil
     34    llvm-mca
     35 
     36 Debugging Tools
     37 ~~~~~~~~~~~~~~~
     38 
     39 .. toctree::
     40    :maxdepth: 1
     41 
     42    bugpoint
     43    llvm-extract
     44    llvm-bcanalyzer
     45 
     46 Developer Tools
     47 ~~~~~~~~~~~~~~~
     48 
     49 .. toctree::
     50    :maxdepth: 1
     51 
     52    FileCheck
     53    tblgen
     54    lit
     55    llvm-build
     56    llvm-exegesis
     57    llvm-pdbutil
     58    llvm-readobj
     59