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: 20.1.8
Remark: Does cross compile (as setup and patched in T2).
Download: https://github.com/llvm/llvm-project/ compiler-rt-20.1.8.src.tar.xz
Download: https://github.com/llvm/llvm-project/ cmake-20.1.8.src.tar.xz
T2 source: compiler-rt.cache
T2 source: compiler-rt.desc
Build time (on reference hardware): 55% (relative to binutils)2
Installed size (on reference hardware): 7.52 MB, 45 files
Dependencies (build time detected):
bash
binutils
cmake
coreutils
diffutils
gawk
grep
libedit
libxml
linux-header
make
pkgconfig
python
sed
tar
tbb
xz
zlib
Installed files (on reference hardware):
[show]
usr/include/orc
usr/include/orc/c_api.h
usr/include/profile
usr/include/profile/InstrProfData.inc
usr/include/profile/instr_prof_interface.h
usr/include/sanitizer
usr/include/sanitizer/allocator_interface.h
usr/include/sanitizer/common_interface_defs.h
usr/include/sanitizer/memprof_interface.h
usr/include/xray
usr/include/xray/xray_interface.h
usr/include/xray/xray_log_interface.h
usr/include/xray/xray_records.h
usr/lib/linux
usr/lib/linux/clang_rt.crtbegin-i386.o
usr/lib/linux/clang_rt.crtbegin-x86_64.o
usr/lib/linux/clang_rt.crtend-i386.o
usr/lib/linux/clang_rt.crtend-x86_64.o
usr/lib/linux/libclang_rt.builtins-i386.a
usr/lib/linux/libclang_rt.builtins-x86_64.a
usr/lib/linux/libclang_rt.ctx_profile-x86_64.a
usr/lib/linux/libclang_rt.fuzzer-i386.a
usr/lib/linux/libclang_rt.fuzzer-x86_64.a
usr/lib/linux/libclang_rt.fuzzer_interceptors-i386.a
usr/lib/linux/libclang_rt.fuzzer_interceptors-x86_64.a
usr/lib/linux/libclang_rt.fuzzer_no_main-i386.a
usr/lib/linux/libclang_rt.fuzzer_no_main-x86_64.a
usr/lib/linux/libclang_rt.memprof-preinit-x86_64.a
usr/lib/linux/libclang_rt.memprof-x86_64.a
usr/lib/linux/libclang_rt.memprof-x86_64.a.syms
usr/lib/linux/libclang_rt.memprof-x86_64.so
usr/lib/linux/libclang_rt.memprof_cxx-x86_64.a
usr/lib/linux/libclang_rt.memprof_cxx-x86_64.a.syms
usr/lib/linux/libclang_rt.profile-i386.a
usr/lib/linux/libclang_rt.profile-x86_64.a
usr/lib/linux/libclang_rt.xray-basic-x86_64.a
usr/lib/linux/libclang_rt.xray-fdr-x86_64.a
usr/lib/linux/libclang_rt.xray-profiling-x86_64.a
usr/lib/linux/libclang_rt.xray-x86_64.a
usr/lib/linux/liborc_rt-x86_64.a
var/adm/dependencies/compiler-rt
var/adm/descs/compiler-rt
var/adm/flists/compiler-rt
var/adm/md5sums/compiler-rt
var/adm/packages/compiler-rt
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).