tldr-pages/tldr

Let's document: llvm

Open

#6,367 opened on Aug 14, 2021

View on GitHub
 (7 comments) (5 reactions) (0 assignees)Shell (2,507 forks)batch import
good first issuehelp wantedlet's documentmass changesnew command

Repository metrics

Stars
 (30,937 stars)
PR merge metrics
 (Avg merge 7d 5h) (321 merged PRs in 30d)

Description

  • llvm (a page listing the other ones and giving an example of a pipe using many of the individual tools that you might want to use while making a new llvm pass for example)
  • lld (a page giving an overview of the parts of lld)

Commands

Aliases

  • clang-cl = cl
  • llvm-addr2line = addr2line
  • llvm-lib = lib
  • llvm-lipo = lipo → #9819
  • llvm-objcopy = objcopy
  • llvm-otool = otool
  • llvm-ranlib = ranlib
  • llvm-readelf = readelf
  • llvm-size = size
  • llvm-strip = strip
  • clang-cpp = clang++ → #6542
  • llvm-ar = ar → #6566
  • llvm-g++ = clang++ → #6542
  • llvm-gcc = clang → #6497
  • llvm-nm = nm → #6566
  • llvm-objdump = objdump → #6563
  • llvm-strings = strings → #6566

This list is incomplete, for additional commands refer to your LLVM's bin (e. g. /opt/llvm/bin), source code or documentation.

Contributor guide