lang/compiler-rt - The NetBSD Packages Collection

LLVM runtime libraries

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

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

Build dependencies

devel/googletest lang/python311 lang/python311 devel/cmake pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/llvm

Binary packages

OSArchitectureVersion
NetBSD 10.0earmv6hfcompiler-rt-16.0.6.tgz
NetBSD 10.0earmv6hfcompiler-rt-15.0.7.tgz
NetBSD 10.0earmv6hfcompiler-rt-15.0.7nb1.tgz
NetBSD 10.0earmv7hfcompiler-rt-16.0.6.tgz
NetBSD 10.0earmv7hfcompiler-rt-15.0.7.tgz
NetBSD 10.0earmv7hfcompiler-rt-15.0.7nb1.tgz
NetBSD 10.0i386compiler-rt-16.0.6.tgz
NetBSD 10.0i386compiler-rt-15.0.7nb1.tgz
NetBSD 10.0powerpccompiler-rt-15.0.7nb1.tgz
NetBSD 10.0x86_64compiler-rt-16.0.6.tgz
NetBSD 10.0_BETAx86_64compiler-rt-15.0.7nb1.tgz
NetBSD 8.0powerpccompiler-rt-16.0.6.tgz
NetBSD 9.0i386compiler-rt-15.0.7nb1.tgz
NetBSD 9.0i386compiler-rt-16.0.6.tgz
NetBSD 9.0powerpccompiler-rt-16.0.6.tgz
NetBSD 9.0x86_64compiler-rt-16.0.6.tgz
NetBSD 9.0x86_64compiler-rt-15.0.7nb1.tgz
NetBSD 9.3x86_64compiler-rt-15.0.7.tgz
NetBSD 9.3x86_64compiler-rt-16.0.6.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.