macOS
brew install lldlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lld pour les workflows d'agents IA.
installation
brew install lldlocal Homebrew formula metadata
sudo apt install lldDebian stable package indexes · lld · Source: deb.debian.org
sudo dnf install lldFedora Rawhide package metadata · lld · Source: dl.fedoraproject.org
nix profile install nixpkgs#lldnixpkgs package indexes · lld · Source: raw.githubusercontent.com
sudo pacman -S lldArch Linux sync databases · lld · Source: geo.mirror.pkgbuild.com
sudo zypper install lldopenSUSE Tumbleweed package metadata · lld · Source: download.opensuse.org
aperçu
LLVM Project Linker
historique
lld is the LLVM Project's linker. It packages the LLVM approach to modular compiler infrastructure into the final link step, offering fast drop-in linkers for ELF, COFF, Mach-O, and WebAssembly workflows.
lld developed as part of the broader LLVM toolchain. The official documentation describes it as a drop-in replacement for system linkers that runs much faster than traditional linkers and is useful for toolchain developers.
The lld documentation emphasizes several design choices that matter to compiler users: GNU-compatible command-line behavior for ELF, cross-linking support for all built targets, embeddability through lld::lldMain, default LTO support with clang, and a smaller codebase than GNU gold in the 2017 comparison.
The LLVM monorepo model means lld is released with LLVM rather than as a fully separate upstream project. Homebrew's lld formula builds the lld subproject from llvm-project release tarballs while depending on the matching LLVM package.
lld adoption followed clang and LLVM adoption: developers could select it through compiler-driver flags such as -fuse-ld=lld instead of replacing /usr/bin/ld directly.
It became especially attractive for large C/C++ builds, cross-compilation, WebAssembly, Windows COFF/PDB workflows, and LTO-heavy builds where linker speed and LLVM integration matter.
The package installs linkers such as ld.lld, ld64.lld, lld-link, and wasm-ld. Unix users often reach it through clang's -fuse-ld=lld option, while Windows-style builds use lld-link and WebAssembly builds use wasm-ld.
For package-manager users, installing lld separately from a full compiler bundle can make it easier to test linker behavior, speed up builds, or build toolchains that intentionally mix compiler and linker components.
lld is a core systems package because a linker affects every compiled binary produced through a toolchain. Small packaging choices around version matching, bottle compatibility, and dependency edges can ripple into large build farms.
Homebrew packaging lld as its own formula, rather than only as part of llvm, reflects the Unix tradition of swapping toolchain components one piece at a time.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour lld. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
ld.lld | cli | exécutable global | |
ld64.lld | cli | exécutable global | |
lld | cli | exécutable global | |
lld-link | cli | exécutable global | |
wasm-ld | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/llvm/llvm-project
métadonnées d'installation
| Clé du paquet | brew:lld |
|---|---|
| Version | 22.1.8 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/lld |
| Page d'accueil | https://lld.llvm.org/ |
| Dépôt | https://github.com/llvm/llvm-project |
| Docs amont | https://lld.llvm.org/ |
| Licence | Apache-2.0 WITH LLVM-exception |
| Archive source | https://github.com/llvm/llvm-project/releases/download/llvmorg-22.1.8/llvm-project-22.1.8.src.tar.xz |
| Dernière mise à jour | 2026-06-21T01:50:33Z |
| Pulse | updated |
| Dépendances | llvm, zstd |
| Dépendances de compilation | cmake |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lld |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
lld 1:19.0-63
LLVM-based linker
sudo apt install lldlld
nix profile install nixpkgs#lldlld 1:18.0-59~exp2
LLVM-based linker
sudo apt install lldlld 22.1.7-1.fc45
The LLVM Linker
sudo dnf install lldlld 22.1.6-1
Linker from the LLVM project
sudo pacman -S lldlld 22-2.1
Linker for Clang/LLVM
sudo zypper install lldpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.