aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-02-05 06:50:46 -0800
committerIan Lance Taylor <iant@golang.org>2020-02-07 23:44:32 +0000
commita6b03c64b23fc51110aede0a0abf9df86f16ff1f (patch)
treea859f50d01ec1daf201b400358aab15a7e869ab4
parent60d437f99468906935f35e5c6fbd31c7228a1045 (diff)
downloadgo-a6b03c64b23fc51110aede0a0abf9df86f16ff1f.tar.gz
go-a6b03c64b23fc51110aede0a0abf9df86f16ff1f.zip
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 <dvyukov@google.com>
-rw-r--r--src/runtime/race/README2
1 files changed, 1 insertions, 1 deletions
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.