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

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


# e0db2423 23-Aug-2019 kamil <kamil@NetBSD.org>

Fix LLVM sanitizer build by GCC (HAVE_LLVM=no)

Do not error if a priority from 0 to 100 is used for constructor or
destructor.

Use -Wno-error to silence all errors from this warning type. There sho

Fix LLVM sanitizer build by GCC (HAVE_LLVM=no)

Do not error if a priority from 0 to 100 is used for constructor or
destructor.

Use -Wno-error to silence all errors from this warning type. There should
be used -Wno-prio-ctor-dtor, but it's not supported by GCC7.

show more ...


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