compiler-rt: Compiler runtime libraries1

A simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. For example, when compiling for a 32-bit target, converting a double to a 64-bit unsigned integer is compiling into a runtime call to the "__fixunsdfdi" function.

... part of T2, get it here

URL: https://compiler-rt.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).

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

T2 source: compiler-rt.cache
T2 source: compiler-rt.conf
T2 source: compiler-rt.desc

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

Installed size (on reference hardware): 0.08 MB, 15 files

Dependencies (build time detected): 00-dirtree bash binutils cmake coreutils diffutils findutils gawk grep libxml lld llvm make ncurses pkgconfig python sed tar zlib

Installed files (on reference hardware): n.a.

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).