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¶
- llvm-as - LLVM assembler
- llvm-dis - LLVM disassembler
- opt - LLVM optimizer
- llc - LLVM static compiler
- lli - directly execute programs from LLVM bitcode
- llvm-link - LLVM bitcode linker
- llvm-ar - LLVM archiver
- llvm-lib - LLVM lib.exe compatible library tool
- llvm-nm - list LLVM bitcode and object file’s symbol table
- llvm-config - Print LLVM compilation options
- llvm-diff - LLVM structural ‘diff’
- llvm-cov - emit coverage information
- llvm-profdata - Profile data tool
- llvm-stress - generate random .ll files
- llvm-symbolizer - convert addresses into source code locations
- llvm-dwarfdump - print contents of DWARF sections