[all-commits] [llvm/llvm-project] fcf6ae: tsan: add OpenBSD support for Go
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Mon Jun 8 07:47:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fcf6ae2f070eba73074b6ec8d8281e54d29dbeeb
https://github.com/llvm/llvm-project/commit/fcf6ae2f070eba73074b6ec8d8281e54d29dbeeb
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M compiler-rt/lib/tsan/go/buildgo.sh
M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
Log Message:
-----------
tsan: add OpenBSD support for Go
With the race_debug_openbsd_amd64.syso file created via this diff,
Go's race detector is able to detect a race in the example code
from this link: https://golang.org/doc/articles/race_detector.html
Reviewed-in: https://reviews.llvm.org/D80469
Author: qbit (Aaron Bieber)
More information about the All-commits
mailing list