History log of /netbsd/tests/usr.bin/c++/t_msan_realloc.sh (Results 1 – 4 of 4)
Revision Date Author Comments
# d3d203eb 12-Jun-2022 skrll <skrll@NetBSD.org>

Sprinkle "-static" when using "-pg" as profiling only works with static and
the gcc specs are currently broken.

PR/56876: hppa: "cc -pg" fails with "undefined reference to `mprotect'"


# 3bdf3b8b 02-Jun-2022 skrll <skrll@NetBSD.org>

Trailing whitespace


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

Define target_not_supported_body() in TSan, MSan and libFuzzer tests


# fdb6b69d 18-Aug-2019 kamil <kamil@NetBSD.org>

Add ATF c and c++ tests for TSan, MSan, libFuzzer

These tests require Clang/LLVM 7 or newer on NetBSD.

Contributed by Yang Zheng during GSoC 2018.