History log of /netbsd-src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/Makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# c08228e5 17-Sep-2021 christos <christos@NetBSD.org>

- get the version dynamically
- move more common stuff into common.mk


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