[all-commits] [llvm/llvm-project] 87735b: tsan: don't check libc dependency on NetBSD
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Apr 10 02:13:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 87735b5b1d03783fb5276c076578f65af20125e2
https://github.com/llvm/llvm-project/commit/87735b5b1d03783fb5276c076578f65af20125e2
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M compiler-rt/lib/tsan/go/buildgo.sh
Log Message:
-----------
tsan: don't check libc dependency on NetBSD
This new check fails on NetBSD as well.
It is meant to prevent regressions, so disable it on NetBSD.
Reported-by: Keith Randall (khr)
More information about the All-commits
mailing list