llvm21
Port variant std
Summary Low Level Virtual Machine (version 21.1)
Package version 21.1.8
Homepage http://llvm.org/
Keywords devel, lang
Maintainer nobody
License University of Illinois/NCSA Open Source License
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 23 APR 2026, 12:09:47 UTC
Port created 23 APR 2026, 12:09:47 UTC
Subpackage Descriptions
set This is the llvm21:std metapackage. It pulls in all subpackages of llvm21:std.
primary The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. The name "LLVM" itself is not an acronym; it is the full name of the project. This package contains the LLVM Core libraries which provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation ("LLVM IR"). The LLVM Core libraries are well documented, and it is particularly easy to invent your own language (or port an existing compiler) to use LLVM as an optimizer and code generator.
tools This package contains llvm tools.
dev This is the developer subpackage of the llvm21:std port. It may contain headers, pc files, static and PIC libraries and SO links.
Configuration Switches (platform-specific settings discarded)
GOLD ON Build the LLVM Gold plugin for LTO
Package Dependencies by Type
Build (only) ncurses:dev:std
libexecinfo:dev:std
cmake:primary:std
zlib:dev:std
libxml2:dev:std
python313:dev:std
python313:primary:std
autoselect-python:single:std
python-ninja:single:v13
Build and Runtime ncurses:primary:std
ncurses:terminfo:std
libexecinfo:primary:std
zlib:primary:std
libxml2:primary:std
Runtime (only) llvm21:primary:std (tools subpackage)
ravensys-gcc:cxx_run:std (primary subpackage)
ravensys-gcc:libs:std (primary subpackage)
Download groups
main https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.8/
Distribution File Information
d9022ddadb40a15015f6b27e6549a7144704ded8828ba036ffe4b8165707de21 77744808 llvm21/llvm-21.1.8.src.tar.xz 85735f20fd8c81ecb0a09abb0c267018475420e93b65050cc5b7634eab744de9 8980 llvm21/cmake-21.1.8.src.tar.xz 7fe99424384aea529ffaeec9cc9dfb8b451fd1852c03fc109e426fe208a1f1a7 455776 llvm21/third-party-21.1.8.src.tar.xz
Ports that require llvm21:std
clang21:std C language family frontend for LLVM 21.1
lld21:std Linker from the LLVM project