From: Ian Lance Taylor Date: Wed, 5 Feb 2020 14:50:46 +0000 (-0800) Subject: runtime/race: update reference to compiler-rt sources X-Git-Tag: go1.14~9^2~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a6b03c64b2;p=gostls13.git runtime/race: update reference to compiler-rt sources Change-Id: Iabe46677f24fef6e482a4beca774dbfc553026a2 Reviewed-on: https://go-review.googlesource.com/c/go/+/217778 Reviewed-by: Dmitry Vyukov --- diff --git a/src/runtime/race/README b/src/runtime/race/README index d3c5153d8a..7e948cb681 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 (http://llvm.org/git/compiler-rt.git). +the LLVM project (https://github.com/llvm/llvm-project/tree/master/compiler-rt). To update the .syso files use golang.org/x/build/cmd/racebuild.