lld@20
« Back to VersTracker
Description:
LLVM Project Linker
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  @llvmorg  |  formulae.brew.sh
Category: Developer tools
Tags: linker llvm compiler development build-system
Install: brew install lld@20
About:
Lld is a linker from the LLVM Project designed as a drop-in replacement for the GNU linker (ld) and gold linkers. It offers significantly faster linking times, especially for large C++ projects and debug builds. Its primary value proposition is accelerating the developer feedback loop by reducing build times.
Key Features:
  • High-performance linking with minimal memory usage
  • Drop-in compatibility with GNU linkers
  • Supports ELF, COFF, Mach-O, and WebAssembly formats
  • Integrated with the LLVM infrastructure
Use Cases:
  • Accelerating build times for large C++ applications
  • Replacing default linkers in Linux development environments
  • Linking WebAssembly modules for web development
Alternatives:
  • GNU ld – The standard Linux linker; generally slower than Lld for large inputs.
  • gold – A newer GNU linker; faster than ld but typically slower than Lld.
Version History
Detected Version Rev Change Commit
Sep 15, 2025 8:24am 0 VERSION_BUMP fe876429