macOS
brew install llvm@15local Homebrew formula metadata
sudo port install llvm-15MacPorts ports tree · lang/llvm-15/Portfile · 来源: api.github.com
安装
brew install llvm@15local Homebrew formula metadata
sudo port install llvm-15MacPorts ports tree · lang/llvm-15/Portfile · 来源: api.github.com
sudo apt install llvm-15Ubuntu 24.04 LTS package indexes · llvm-15 · 来源: archive.ubuntu.com
sudo apk add llvm15Alpine Linux edge package indexes · llvm15 · 来源: dl-cdn.alpinelinux.org
sudo dnf install llvm15Fedora Rawhide package metadata · llvm15 · 来源: dl.fedoraproject.org
sudo zypper install llvm15openSUSE Tumbleweed package metadata · llvm15 · 来源: download.opensuse.org
nix profile install nixpkgs#llvmnixpkgs package indexes · llvm · 来源: raw.githubusercontent.com
sudo pacman -S llvmArch Linux sync databases · llvm · 来源: geo.mirror.pkgbuild.com
choco install llvmChocolatey community package catalog · llvm · 来源: community.chocolatey.org
scoop install main/llvmScoop official bucket manifest trees · bucket/llvm.json · 来源: api.github.com
winget install --id LLVM.LLVM -eWindows Package Manager source index · LLVM.LLVM · 来源: cdn.winget.microsoft.com
概览
Next-gen compiler infrastructure
历史
llvm@15 is Homebrew's versioned formula for the LLVM 15 release line. It packages a stable 15.x generation of the LLVM compiler infrastructure for users and downstream builds that cannot simply follow the current llvm formula.
LLVM 15 continued the LLVM project's evolution from reusable optimizer and code-generation libraries into a broad compiler-toolchain platform. Like other major LLVM releases, it shipped coordinated updates across LLVM core, Clang, LLDB, LLD, libc++, compiler-rt, MLIR, and related developer tools.
A defining migration point for LLVM 15 was opaque pointers. The official opaque-pointer documentation states that LLVM 15 enabled opaque pointers by default while typed pointers were still supported, making this release a compatibility hinge between older typed-pointer IR users and the LLVM 17 world where typed pointers were no longer supported.
The formula's versioned shape reflects how package ecosystems adopt LLVM: compiler stacks move quickly, but language runtimes, static analyzers, code generators, and editor tools often need one major line pinned until their LLVM API usage catches up. llvm@15 offered that stable target after the 15.0.0 release.
The input metadata shows llvm@15 packaged under names such as llvm15, llvm-15, clangd, clang15, and Homebrew llvm@15 across Linux, macOS, Windows-oriented, and Nix-style ecosystems. That spread is typical for LLVM major releases because both command-line users and build dependencies need predictable versioned tools.
Users install llvm@15 to get clang-15, LLVM 15 libraries and headers, LLVM binary utilities, LLDB/LLD tools where packaged, and helper tools such as clang-tidy, clang-format, clangd, llvm-config, opt, llc, and FileCheck.
It is most useful when a build explicitly requires LLVM 15 or when maintainers need to test code against the opaque-pointer default before moving to later LLVM releases.
llvm@15 is significant because it packaged one of LLVM's biggest IR model transitions as a selectable toolchain rather than forcing every downstream package to migrate at once. That is exactly why package managers keep versioned compiler stacks around.
For maintainers, llvm@15 often marks the point where old typed-pointer assumptions become visible in build logs and tests, while still leaving escape hatches unavailable in later releases.
安全态势
没有找到 llvm@15 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
clang-15 | cli | 全局可执行文件 | |
clang-pseudo | cli | 全局可执行文件 | |
llvm-remark-size-diff | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/llvm/llvm-project
安装元数据
| 软件包键 | brew:llvm@15 |
|---|---|
| 版本 | 15.0.7 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/llvm@15 |
| 主页 | https://llvm.org/ |
| 仓库 | https://github.com/llvm/llvm-project |
| 上游文档 | https://llvm.org/docs |
| 许可证 | Apache-2.0 WITH LLVM-exception |
| 源码归档 | https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-project-15.0.7.src.tar.xz |
| 最后更新 | 2026-07-03T15:55:22-04:00 |
| Pulse | updated |
| 依赖 | zstd |
| 构建依赖 | cmake, python@3.12 |
| macOS 提供的库 | libedit, libffi, ncurses |
| Bottle | 可用 (于 arm64_linux, arm64_monterey, arm64_sonoma, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | To use the bundled libc++ please add the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm@15/lib/c++ -Wl,-rpath,$HOMEBREW_PREFIX/opt/llvm@15/lib/c++" |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | llvm@15 |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
llvm-15 1:15.0.7-14build3
Modular compiler and toolchain technologies
sudo apt install llvm-15llvm-15
sudo port install llvm-15clang-15 1:15.0.7-14build3
C, C++ and Objective-C compiler
sudo apt install clang-15llvm15 15.0.7-r20
Low Level Virtual Machine compiler system, version 15
sudo apk add llvm15llvm15-dev 15.0.7-r20
Low Level Virtual Machine compiler system, version 15 (development files)
sudo apk add llvm15-devllvm15-libs 15.0.7-r20
LLVM 15 runtime library
sudo apk add llvm15-libsllvm15-static 15.0.7-r20
LLVM 15 static libraries
sudo apk add llvm15-staticllvm15-test-utils 15.0.7-r20
LLVM 15 utilities for executing LLVM and Clang style test suites
sudo apk add llvm15-test-utilsllvm15 15.0.7-15.fc44
The Low Level Virtual Machine
sudo dnf install llvm15llvm15-devel 15.0.7-15.fc44
Libraries and header files for LLVM
sudo dnf install llvm15-develllvm15-doc 15.0.7-15.fc44
Documentation for LLVM
sudo dnf install llvm15-docllvm15-libs 15.0.7-15.fc44
LLVM shared libraries
sudo dnf install llvm15-libsllvm15-static 15.0.7-15.fc44
LLVM static libraries
sudo dnf install llvm15-staticclang15 15.0.7-17.1
CLANG frontend for LLVM
sudo zypper install clang15clang15-devel 15.0.7-17.1
CLANG frontend for LLVM (devel package)
sudo zypper install clang15-develclang15-doc 15.0.7-17.1
Documentation for Clang
sudo zypper install clang15-doc来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.