macOS
brew install llvm@14local Homebrew formula metadata
sudo port install llvm-14MacPorts ports tree · lang/llvm-14/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für llvm@14 in AI-Agent-Workflows.
Installation
brew install llvm@14local Homebrew formula metadata
sudo port install llvm-14MacPorts ports tree · lang/llvm-14/Portfile · Quelle: api.github.com
sudo apt install llvm-14Ubuntu 24.04 LTS package indexes · llvm-14 · Quelle: archive.ubuntu.com
sudo dnf install llvm14Fedora Rawhide package metadata · llvm14 · Quelle: dl.fedoraproject.org
sudo apk add llvmAlpine Linux edge package indexes · llvm · Quelle: dl-cdn.alpinelinux.org
sudo apt install llvmDebian stable package indexes · llvm · Quelle: deb.debian.org
nix profile install nixpkgs#llvmnixpkgs package indexes · llvm · Quelle: raw.githubusercontent.com
sudo pacman -S llvmArch Linux sync databases · llvm · Quelle: geo.mirror.pkgbuild.com
sudo zypper install llvmopenSUSE Tumbleweed package metadata · llvm · Quelle: download.opensuse.org
choco install llvmChocolatey community package catalog · llvm · Quelle: community.chocolatey.org
scoop install main/llvmScoop official bucket manifest trees · bucket/llvm.json · Quelle: api.github.com
winget install --id LLVM.LLVM -eWindows Package Manager source index · LLVM.LLVM · Quelle: cdn.winget.microsoft.com
Überblick
Next-gen compiler infrastructure
Verlauf
llvm@14 is Homebrew's versioned formula for the LLVM 14 release line, a pinned compiler-toolchain stack that includes LLVM libraries and tools, Clang, LLDB, LLD, and related utilities from the 14.x generation.
LLVM 14 belongs to the same LLVM umbrella project that began as a University of Illinois compiler research project and grew into a modular toolchain suite. The versioned formula exists because LLVM's major releases are not just application updates: they can change compiler diagnostics, optimizer behavior, C++ APIs, plugin interfaces, and binary-tool behavior that downstream packages depend on.
The official LLVM 14 release notes document the 14.0.0 release as part of the LLVM Compiler Infrastructure and describe major changes across LLVM subprojects. In the opaque-pointer migration, LLVM 14 is specifically called out as the release that supported the necessary APIs for migration and deprecated or removed incompatible APIs, while still not making opaque pointers production-default in the optimization pipeline.
In package-manager practice, llvm@14 gave downstream projects a stable target after LLVM 15 began the opaque-pointer default transition. Packages that used LLVM C APIs, generated typed-pointer IR, or embedded out-of-tree LLVM passes could remain on 14 while preparing for later releases.
The input metadata shows llvm@14 mapped across Homebrew, MacPorts, Debian/Ubuntu llvm-14, Fedora llvm14, Nix, Arch-related clang packages, Scoop, winget clangd, Alpine filecheck, and openSUSE clang. That cross-ecosystem spread reflects the importance of major-versioned LLVM packaging.
Users install llvm@14 when a build script, language runtime, compiler plugin, or analysis tool expects LLVM 14 headers, libraries, or command behavior. The formula also provides versioned tools such as clang-14 while shipping the broader LLVM command set.
This release line is particularly relevant for projects migrating away from typed-pointer assumptions, because it lets maintainers update code against the new APIs before requiring the default opaque-pointer behavior of later LLVM releases.
llvm@14 is the kind of formula package maintainers keep around because compilers are supply-chain infrastructure. Pinning LLVM 14 can be the difference between an old language frontend still building and a cascade of failures from changed IR, C APIs, or optimizer assumptions.
Its value is not novelty but repeatability: a package graph can keep one foot on a known LLVM major while the unversioned llvm formula moves forward.
Sicherheitslage
Für llvm@14 wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
c-index-test | cli | globales Executable | |
clang-14 | cli | globales Executable | |
clang-offload-wrapper | cli | globales Executable | |
clang-rename | cli | globales Executable | |
clangd-xpc-test-client | cli | globales Executable | |
darwin-debug | cli | globales Executable | |
lldb-vscode | cli | globales Executable | |
llvm-mt | cli | globales Executable | |
llvm-tapi-diff | cli | globales Executable | |
mlir-cpu-runner | cli | globales Executable | |
set-xcode-analyzer | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/llvm/llvm-project
Installationsmetadaten
| Paketschlüssel | brew:llvm@14 |
|---|---|
| Version | 14.0.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/llvm@14 |
| Homepage | https://llvm.org/ |
| Repository | https://github.com/llvm/llvm-project |
| Upstream-Dokumentation | https://llvm.org/docs |
| Lizenz | Apache-2.0 WITH LLVM-exception |
| Quellarchiv | https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz |
| Zuletzt aktualisiert | 2026-07-03T15:53:51-04:00 |
| Pulse | updated |
| Build-Abhängigkeiten | cmake, python@3.12 |
| Von macOS bereitgestellte Bibliotheken | libedit, libffi, ncurses |
| Bottle | verfügbar (auf arm64_linux, arm64_monterey, arm64_sonoma, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | To use the bundled libc++ please add the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm@14/lib/c++ -Wl,-rpath,$HOMEBREW_PREFIX/opt/llvm@14/lib/c++" |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | llvm@14 |
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
llvm-14 1:14.0.6-19build4
Modular compiler and toolchain technologies
sudo apt install llvm-14llvm-14
sudo port install llvm-14clang-14 1:14.0.6-19build4
C, C++ and Objective-C compiler
sudo apt install clang-14llvm14 14.0.5-13.fc43
The Low Level Virtual Machine
sudo dnf install llvm14llvm14-devel 14.0.5-13.fc43
Libraries and header files for LLVM
sudo dnf install llvm14-develllvm14-doc 14.0.5-13.fc43
Documentation for LLVM
sudo dnf install llvm14-docllvm14-libs 14.0.5-13.fc43
LLVM shared libraries
sudo dnf install llvm14-libsllvm14-static 14.0.5-13.fc43
LLVM static libraries
sudo dnf install llvm14-staticllvm 1:19.0-63
Modular compiler and toolchain technologies
sudo apt install llvmllvm
nix profile install nixpkgs#llvmllvm 1:18.0-59~exp2
Low-Level Virtual Machine (LLVM)
sudo apt install llvmllvm 22-r0
Low Level Virtual Machine compiler system, default version.
sudo apk add llvmllvm-dev 22-r0
Low Level Virtual Machine compiler system, default version.
sudo apk add llvm-devllvm-gtest 22-r0
LLVM default gtest static libraries
sudo apk add llvm-gtestllvm-libs 22-r0
LLVM 22 runtime library
sudo apk add llvm-libsllvm-linker-tools 22-r0
Low Level Virtual Machine compiler system, default version. (linker plugins)
sudo apk add llvm-linker-toolsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.