macOS
brew install lldlocal Homebrew formula metadata
brew
lld のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install lldlocal Homebrew formula metadata
sudo dnf install lldFedora Rawhide package metadata · lld · ソース: dl.fedoraproject.org
nix profile install nixpkgs#lldnixpkgs package indexes · lld · ソース: raw.githubusercontent.com
sudo pacman -S lldArch Linux sync databases · lld · ソース: geo.mirror.pkgbuild.com
sudo zypper install lldopenSUSE Tumbleweed package metadata · lld · ソース: download.opensuse.org
概要
LLVM Project Linker
履歴
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.
セキュリティ状態
lld に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ld.lld | cli | グローバル実行可能ファイル | |
ld64.lld | cli | グローバル実行可能ファイル | |
lld | cli | グローバル実行可能ファイル | |
lld-link | cli | グローバル実行可能ファイル | |
wasm-ld | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/llvm/llvm-project
インストールメタデータ
| パッケージキー | brew:lld |
|---|---|
| バージョン | 22.1.8 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/lld |
| ホームページ | https://lld.llvm.org/ |
| リポジトリ | https://github.com/llvm/llvm-project |
| 上流ドキュメント | https://lld.llvm.org/ |
| ライセンス | Apache-2.0 WITH LLVM-exception |
| ソースアーカイブ | https://github.com/llvm/llvm-project/releases/download/llvmorg-22.1.8/llvm-project-22.1.8.src.tar.xz |
| 最終更新 | 2026-06-21T01:50:33Z |
| Pulse | updated |
| 依存関係 | llvm, zstd |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 lldソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.