LLVM Command Guide
- llvm-as - LLVM assembler
- opt - LLVM optimizer
- lli - directly execute programs from LLVM bitcode
- llvm-lib - LLVM lib.exe compatible library tool
- llvm-config - Print LLVM compilation options
- llvm-cov - emit coverage information
- llvm-stress - generate random .ll files
- llvm-dwarfdump - dump and verify DWARF debug information
- llvm-mca - LLVM Machine Code Analyzer