History log of /netbsd-src/external/bsd/compiler_rt/lib/clang/lib/netbsd/shared_deps.mk (Results 1 – 1 of 1)
Revision Date Author Comments
# 2d8e86c2 08-Aug-2019 kamil <kamil@NetBSD.org>

Add compiler-rt build rules for LLVM sanitizers &co

Add build rules for LLVM in all the supported variations for NetBSD/amd64:

- asan
- xray
- tsan, dd
- libfuzzer
- msan
- safestack
- ubsan

Add compiler-rt build rules for LLVM sanitizers &co

Add build rules for LLVM in all the supported variations for NetBSD/amd64:

- asan
- xray
- tsan, dd
- libfuzzer
- msan
- safestack
- ubsan

These build rules compile functional sanitizers.

The build rules are still not hooked into the distribution build, as there
is pending work on backporting improvements for the llvm-8 branch needed
for netbsd-9 and newer.

show more ...