NOTICE: This package has been removed from pkgsrc

./wip/llvm-rtlib, Runtime Compiler library for llvm/clang

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.4, Package name: llvm-rtlib-3.4, Maintainer: nathanialsloss

The compiler-rt project is 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 compiler-rt library provides optimized implementations of this and other
low-level routines.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: d644b1e4f306f7ad35df0a134d14a1123cd9f082
RMD160: 530225a44fa743f80df759e5354a0854eb422306
Filesize: 1815.032 KB

Version history: (Expand)


CVS history: (Expand)


   2014-03-30 05:26:23 by nsloss | Files touched by this commit (2) | Package updated
Log message:
llvm-rtlib update to 3.4.
clang/compiler rt lib release notes/update history can be found here:
	http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html
   2013-12-20 02:39:14 by nsloss | Files touched by this commit (1)
Log message:
Turn off Werror this fixes compilation on NetBSD arm platforms.
   2013-12-19 14:32:52 by nsloss | Files touched by this commit (2)
Log message:
llvm-rtlib should now work on more platforms.
   2013-12-18 22:44:45 by nsloss | Files touched by this commit (1)
Log message:
Do not build asan or tsan on amd64 NetBSD same for i386.
   2013-12-16 09:15:46 by nsloss | Files touched by this commit (6)
Log message:
Import llvm-rtlib-3.3 as wip/llvm-rtlib.

The compiler-rt project is 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 compiler-rt library provides optimized implementations of this and other
low-level routines.