llvm18
Port variant std
Summary Low Level Virtual Machine (version 18.1)
BROKEN
Package version 18.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 17 OCT 2024, 18:04:20 UTC
Port created 17 OCT 2024, 18:04:20 UTC
Subpackage Descriptions
set This is the llvm18:std metapackage. It pulls in all subpackages of llvm18: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 llvm18: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
ninja:single:std
zlib:dev:std
libxml2:dev:std
python312:dev:std
python312:primary:std
autoselect-python:single:std
Build and Runtime ncurses:primary:std
ncurses:terminfo:std
libexecinfo:primary:std
zlib:primary:std
libxml2:primary:std
Runtime (only) llvm18: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-18.1.8/
Distribution File Information
f68cf90f369bc7d0158ba70d860b0cb34dbc163d6ff0ebc6cfa5e515b9b2e28d 61986468 llvm-18.1.8.src.tar.xz 59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837 8708 cmake-18.1.8.src.tar.xz
Ports that require llvm18:std
clang18:std C language family frontend for LLVM 18.1
lld18:std Linker from the LLVM project
mesa:std Mesa 3D Graphics Library
thunderbird:std Mozilla Thunderbird mail/newsgroup client
zig:std Programming language