From 74574623039f2369b3e4b3d717285a48c47b73c4 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 10 Mar 2021 11:41:04 -0500 Subject: [PATCH] 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 --- src/runtime/race/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0