macOS
brew install llvm@19local Homebrew formula metadata
sudo port install llvm-19MacPorts ports tree · lang/llvm-19/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de llvm@19 pour les workflows d'agents IA.
installation
brew install llvm@19local Homebrew formula metadata
sudo port install llvm-19MacPorts ports tree · lang/llvm-19/Portfile · Source: api.github.com
sudo apt install llvm-19Debian stable package indexes · llvm-19 · Source: deb.debian.org
sudo dnf install llvm19Fedora Rawhide package metadata · llvm19 · Source: dl.fedoraproject.org
sudo zypper install llvm19openSUSE Tumbleweed package metadata · llvm19 · Source: download.opensuse.org
sudo apk add llvmAlpine Linux edge package indexes · llvm · Source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#llvmnixpkgs package indexes · llvm · Source: raw.githubusercontent.com
sudo pacman -S llvmArch Linux sync databases · llvm · Source: geo.mirror.pkgbuild.com
sudo apt install llvmUbuntu 24.04 LTS package indexes · llvm · Source: archive.ubuntu.com
choco install llvmChocolatey community package catalog · llvm · Source: community.chocolatey.org
scoop install main/llvmScoop official bucket manifest trees · bucket/llvm.json · Source: api.github.com
winget install --id LLVM.LLVM -eWindows Package Manager source index · LLVM.LLVM · Source: cdn.winget.microsoft.com
aperçu
Next-gen compiler infrastructure
historique
LLVM 19 is the Homebrew versioned formula for the LLVM 19.x compiler and toolchain series, packaging the LLVM utilities, Clang family tools, LLD, MLIR tools, and related developer commands.
LLVM began as a University of Illinois research project to provide a modern SSA-based compilation strategy for static and dynamic compilation. The project made its 1.0 release in October 2003 and later grew into an umbrella for compiler, debugger, runtime, linker, and analysis subprojects.
The upstream project describes LLVM as a collection of modular and reusable compiler and toolchain technologies rather than a single compiler. Its core libraries provide optimizer and code-generation infrastructure around LLVM IR, while Clang, LLD, LLDB, libc++, compiler-rt, MLIR, OpenMP, and other subprojects build on that base.
LLVM moved from academic compiler infrastructure into mainstream production use across commercial, open source, and research projects. The project highlights external users spanning language implementations, JITs, static analysis tools, linkers, debuggers, and high-performance computing toolchains.
For package managers, LLVM's release train and large set of CLI tools made it a common versioned dependency. Versioned formulae such as llvm@19 let users pin a major compiler stack while newer major releases continue to land.
Package users install LLVM for Clang and clang++, clang-format, clang-tidy, clangd, LLD, llvm-ar, llvm-objdump, llvm-config, opt, llc, FileCheck, MLIR tools, and many other compiler-development utilities. Upstream getting-started documentation centers on cloning llvm-project, configuring with CMake, and selecting enabled subprojects such as clang and lld.
Clang is documented as a C, C++, and Objective-C compiler driver that handles preprocessing, parsing, optimization, code generation, assembly, and linking, while transparently invoking lower-level compiler and linker tools.
LLVM is one of the canonical package-manager stress tests: huge source trees, many binaries, CMake builds, multiple runtime libraries, and a steady major-version cadence. Versioned formulae matter because downstream projects often need a specific Clang/LLVM ABI or tool behavior.
LLVM 19 gives package users a newer pinned major after LLVM 18 while avoiding an automatic jump to later LLVM APIs or clang-format behavior. That makes it useful for toolchain migrations, CI reproducibility, and projects whose build logic names versioned clang or llvm-config binaries.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour llvm@19. 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 |
|---|---|---|---|
clang-19 | 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:llvm@19 |
|---|---|
| Version | 19.1.7 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/llvm@19 |
| Page d'accueil | https://llvm.org/ |
| Dépôt | https://github.com/llvm/llvm-project |
| Docs amont | https://llvm.org/docs |
| Licence | Apache-2.0 WITH LLVM-exception |
| Archive source | https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-project-19.1.7.src.tar.xz |
| Dernière mise à jour | 2026-06-25T13:37:49+02:00 |
| Pulse | updated |
| Dépendances | zstd |
| Dépendances de compilation | cmake, ninja, python@3.14 |
| Bibliothèques fournies par macOS | libedit, libffi |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | défini |
| Service | aucun déclaré |
| Précautions | CLANG_CONFIG_FILE_SYSTEM_DIR: $HOMEBREW_PREFIX/etc/clang CLANG_CONFIG_FILE_USER_DIR: ~/.config/clang LLD is now provided in a separate formula: brew install lld@19 Using `clang`, `clang++`, etc., requires a CLT installation at `/Library/Developer/CommandLineTools`. If you don't want to install the CLT, you can write appropriate configuration files pointing to your SDK at ~/.config/clang. To use the bundled libunwind please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm@19/lib/unwind -lunwind" To use the bundled libc++ please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm@19/lib/c++ -L$HOMEBREW_PREFIX/opt/llvm@19/lib/unwind -lunwind" NOTE: You probably want to use the libunwind and libc++ provided by macOS unless you know what you're doing. |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | llvm@19 |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| 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.
llvm-19 1:19.1.7-3+b1
Modular compiler and toolchain technologies
sudo apt install llvm-19llvm-19
sudo port install llvm-19clang-19 1:19.1.7-3+b1
C, C++ and Objective-C compiler
sudo apt install clang-19clang19 19.1.7-18.fc45
A C language family front-end for LLVM
sudo dnf install clang19clang19-analyzer 19.1.7-18.fc45
A source code analysis framework
sudo dnf install clang19-analyzerclang19-devel 19.1.7-18.fc45
Development header files for clang
sudo dnf install clang19-develclang19-libs 19.1.7-18.fc45
Runtime library for clang
sudo dnf install clang19-libsclang19-resource-filesystem 19.1.7-18.fc45
Filesystem package that owns the clang resource directory
sudo dnf install clang19-resource-filesystemclang19-tools-extra 19.1.7-18.fc45
Extra tools for clang
sudo dnf install clang19-tools-extraclang19-tools-extra-devel 19.1.7-18.fc45
Development header files for clang tools
sudo dnf install clang19-tools-extra-develcompiler-rt19 19.1.7-18.fc45
LLVM "compiler-rt" runtime libraries
sudo dnf install compiler-rt19git-clang-format19 19.1.7-18.fc45
Integration of clang-format for git
sudo dnf install git-clang-format19libomp19 19.1.7-18.fc45
OpenMP runtime for clang
sudo dnf install libomp19libomp19-devel 19.1.7-18.fc45
OpenMP header files
sudo dnf install libomp19-devellld19 19.1.7-18.fc45
The LLVM Linker
sudo dnf install lld19lld19-devel 19.1.7-18.fc45
Libraries and header files for LLD
sudo dnf install lld19-develpiste 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.