]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/race: update reference to compiler-rt sources
authorIan Lance Taylor <iant@golang.org>
Wed, 5 Feb 2020 14:50:46 +0000 (06:50 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 7 Feb 2020 23:44:32 +0000 (23:44 +0000)
Change-Id: Iabe46677f24fef6e482a4beca774dbfc553026a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/217778
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/runtime/race/README

index d3c5153d8a4210f698403ded62121cd2d8f0b85a..7e948cb68173cdea17158183edcd4242b3f105ad 100644 (file)
@@ -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.