mirror of
https://github.com/golang/go
synced 2024-11-11 22:10:22 -07:00
runtime/race: update dead link
LLVM changed their main branch name, so this link didn't work anymore. Change-Id: I4c3a67b26e2bda012071281e29ea3c932c185130 Reviewed-on: https://go-review.googlesource.com/c/go/+/300469 Trust: Michael Pratt <mpratt@google.com> Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Dmitry Vyukov <dvyukov@google.com> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
818f6b14b4
commit
7457462303
@ -1,6 +1,6 @@
|
||||
runtime/race package contains the data race detector runtime library.
|
||||
It is based on ThreadSanitizer race detector, that is currently a part of
|
||||
the LLVM project (https://github.com/llvm/llvm-project/tree/master/compiler-rt).
|
||||
the LLVM project (https://github.com/llvm/llvm-project/tree/main/compiler-rt).
|
||||
|
||||
To update the .syso files use golang.org/x/build/cmd/racebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user