llvm: Low Level Virtual Machine1

Low-Level Virtual Machine (LLVM) is a compiler infrastructure designed for compile-time, link-time, run-time, and "idle-time" optimization of programs from arbitrary programming languages. It currently supports compilation of C, Objective-C, and C++ programs, using front-ends derived from GCC 4.0, GCC 4.2, and a custom new front-end, "clang". It supports x86, x86-64, ia64, PowerPC, and SPARC, with support for Alpha and ARM under development.

... part of T2, get it here

URL: http://llvm.org/
URL: http://clang.llvm.org/
URL: http://vmkit.llvm.org/

Author: University of Illinois/NCSA
Author: Chris Lattner <clattner [at] apple [dot] com>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: BSD
Status: Stable
Version: 18.1.2

Remark: Does cross compile (as setup and patched in T2).

CPU architectures: Does not support: alpha arc avr32 blackfin m68k microblaze nios2 openrisc

Download: https://github.com/llvm/llvm-project/tags/download/llvmorg-18.1.2/ llvm-18.1.2.src.tar.xz
Download: https://github.com/llvm/llvm-project/tags/download/llvmorg-18.1.2/ cmake-18.1.2.src.tar.xz

T2 source: build-any.patch
T2 source: elf-section-diag.patch
T2 source: hotfix-abi.patch.powerpc64.elfv2
T2 source: hotfix-mips64.patch
T2 source: hotfix-sparcv9-not-64.diff
T2 source: llvm.cache
T2 source: llvm.conf
T2 source: llvm.desc
T2 source: llvm.prof
T2 source: stage0-cross.patch

Build time (on reference hardware): 4200% (relative to binutils)2

Installed size (on reference hardware): 547.56 MB, 2307 files

Dependencies (build time detected): 00-dirtree bash binutils cmake coreutils diffutils findutils gawk grep libedit libxml linux-header make patch pkgconfig python sed tar xz zlib

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).