[all-commits] [llvm/llvm-project] 00da38: tsan: add Go race detector support for macOS/ARM64
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Oct 30 11:43:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 00da38ce2d36c07f12c287dc515d37bb7bc410e9
https://github.com/llvm/llvm-project/commit/00da38ce2d36c07f12c287dc515d37bb7bc410e9
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M compiler-rt/lib/tsan/go/buildgo.sh
M compiler-rt/lib/tsan/rtl/tsan_platform.h
M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
Log Message:
-----------
tsan: add Go race detector support for macOS/ARM64
Add Go race detector support for macOS/ARM64. The Go counterpart is https://golang.org/cl/266373 .
Author: cherry (Cherry Zhang)
Reviewed-in: https://reviews.llvm.org/D90435
More information about the All-commits
mailing list