Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/compiler-rt-commonsan,
LLVM runtime libraries
Branch: CURRENT,
Version: 5.0.0nb20170710,
Package name: compiler-rt-5.0.0nb20170710,
Maintainer: pkgsrc-usersThe compiler-rt project consists of:
- builtins - 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. The builtins library provides optimized
implementations of this and other low-level routines, either in
target-independent C form, or as a heavily-optimized assembly.
builtins provides full support for the libgcc interfaces on supported
targets and high performance hand tuned implementations of commonly used
functions like __floatundidf in assembly that are dramatically faster than
the libgcc implementations. It should be very easy to bring builtins to
support a new target by adding the new routines needed by that target.
- sanitizer runtimes - runtime libraries that are required to run the code
with sanitizer instrumentation. This includes runtimes for:
* AddressSanitizer
* ThreadSanitizer
* UndefinedBehaviorSanitizer
* MemorySanitizer
* LeakSanitizer
* DataFlowSanitizer
- profile - library which is used to collect coverage information.
- BlocksRuntime - a target-independent implementation of Apple "Blocks"
runtime interfaces.
Required to run:[
lang/gcc48-libs] [
wip/llvm-git]
Required to build:[
devel/googletest] [
lang/gcc48] [
devel/git-base] [
pkgtools/cwrappers]
Version history: (Expand)
- (2017-07-11) Package deleted from pkgsrc
- (2017-07-10) Updated to version: compiler-rt-5.0.0nb20170710
- (2017-07-09) Updated to version: compiler-rt-5.0.0nb20170709
- (2017-07-08) Updated to version: compiler-rt-5.0.0nb20170708
- (2017-07-07) Package added to pkgsrc.se, version compiler-rt-5.0.0nb20170707 (created)