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.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | earmv6hf | compiler-rt-18.1.8.tgz |
NetBSD 10.0 | earmv6hf | compiler-rt-16.0.6.tgz |
NetBSD 10.0 | earmv6hf | compiler-rt-17.0.6.tgz |
NetBSD 10.0 | earmv7hf | compiler-rt-18.1.8.tgz |
NetBSD 10.0 | earmv7hf | compiler-rt-16.0.6.tgz |
NetBSD 10.0 | earmv7hf | compiler-rt-17.0.6.tgz |
NetBSD 10.0 | i386 | compiler-rt-18.1.8.tgz |
NetBSD 10.0 | i386 | compiler-rt-17.0.6.tgz |
NetBSD 10.0 | powerpc | compiler-rt-15.0.7nb1.tgz |
NetBSD 10.0 | powerpc | compiler-rt-16.0.6.tgz |
NetBSD 10.0 | powerpc | compiler-rt-16.0.6.tgz |
NetBSD 10.0 | x86_64 | compiler-rt-18.1.8.tgz |
NetBSD 10.0 | x86_64 | compiler-rt-17.0.6.tgz |
NetBSD 9.0 | i386 | compiler-rt-18.1.8.tgz |
NetBSD 9.0 | i386 | compiler-rt-17.0.6.tgz |
NetBSD 9.0 | powerpc | compiler-rt-16.0.6.tgz |
NetBSD 9.0 | powerpc | compiler-rt-16.0.6.tgz |
NetBSD 9.0 | x86_64 | compiler-rt-18.1.8.tgz |
NetBSD 9.0 | x86_64 | compiler-rt-17.0.6.tgz |
NetBSD 9.3 | x86_64 | compiler-rt-18.1.8.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.
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.