lld - AshokBhat/notes GitHub Wiki

LLVM linker

  • LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them

Features

  • Drop-in replacement for the GNU linkers
  • Fast
  • Always a cross-linker - supports all targets however it was built
  • Link-time optimization (LTO) - supported by default
  • Small in size

Adoption

See also