[all-commits] [llvm/llvm-project] 0fb8a5: tsan: don't check libc dependency on FreeBSD
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Apr 2 03:47:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0fb8a5356214c47bbb832e89fbb3da1c755eeb73
https://github.com/llvm/llvm-project/commit/0fb8a5356214c47bbb832e89fbb3da1c755eeb73
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M compiler-rt/lib/tsan/go/buildgo.sh
Log Message:
-----------
tsan: don't check libc dependency on FreeBSD
This check fails on FreeBSD:
https://github.com/golang/go/issues/14481#issuecomment-607471193
It is meant to prevent regressions, so disable it on FreeBSD.
More information about the All-commits
mailing list