llvm13
Port variant standard
Summary Low Level Virtual Machine (version 13.0)
Package version 13.0.1
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 08 MAY 2022, 05:25:54 UTC
Port created 08 MAY 2022, 05:25:54 UTC
Subpackage Descriptions
single 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.
Configuration Switches (platform-specific settings discarded)
GOLD ON Build the LLVM Gold plugin for LTO
Package Dependencies by Type
Build (only) cmake:single:standard
ninja:single:standard
zlib:static:standard
python310:single:standard
autoselect-python:single:standard
Build and Runtime ncurses:primary:standard
libexecinfo:single:standard
zlib:shared:standard
libxml2:single:standard
Runtime (only) ravensys-gcc:cxx_run:standard (single subpackage)
Download groups
main https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/
http://llvm.org/releases/13.0.1/
Distribution File Information
ec6b80d82c384acad2dc192903a6cf2cdbaffb889b84bfb98da9d71e630fc834 45479112 llvm-13.0.1.src.tar.xz
Ports that require llvm13:standard
clang13:standard C language family frontend for LLVM 13.0
lld13:standard Linker from the LLVM project
zig:standard Programming language