From: Michael Pratt Date: Wed, 10 Mar 2021 16:41:04 +0000 (-0500) Subject: runtime/race: update dead link X-Git-Tag: go1.17beta1~1204 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7457462303;p=gostls13.git 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 Run-TryBot: Michael Pratt Reviewed-by: Dmitry Vyukov TryBot-Result: Go Bot --- diff --git a/src/runtime/race/README b/src/runtime/race/README index dbff42dc8a..3b188a0361 100644 --- a/src/runtime/race/README +++ b/src/runtime/race/README @@ -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.