Port variant | standard |
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 | 10 JUL 2024, 16:55:02 UTC |
Port created | 21 SEP 2018, 18:28:18 UTC |
complete | This is the llvm-standard metapackage. It pulls in all subpackages of llvm-standard. |
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 llvm-standard port. It may contain headers, pc files, static and PIC libraries and SO links. |
main | https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/ |
clang:standard | C language family frontend for LLVM 18.1 |
compiler-rt:standard | Compiler runtime libraries for clang |
firefox:standard | Mozilla web browser |
libclc:standard | Required library functions for OpenCL C language |
libcxx:standard | LLVM C++ standard library |
lld:standard | Linker from the LLVM project |
llvm-libunwind:standard | LLVM version of libunwind library |
mozjs128:standard | Standalone JS interpreter from Mozilla 128-esr |
openmp:standard | LLVM Open Multi-Processing Runtime Library |
spidermonkey:standard | Standalone JS interpreter from Mozilla 115-esr |
spirv-llvm-translator:standard | LLVM to SPIRV Translator |
tesseract:standard | OCR (Optical Character Recognition) engine |
zig:standard | Programming language |