1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/runtime/race
Russ Cox 1babba2e4c cmd/compile: fix -race nit
Fixes #13264.

Change-Id: I74b941164610921a03814733fea08631f18b6178
Reviewed-on: https://go-review.googlesource.com/17815
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-12-16 17:20:26 +00:00
..
testdata cmd/compile: fix -race nit 2015-12-16 17:20:26 +00:00
doc.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
output_test.go os: give race detector chance to override Exit(0) 2015-03-28 12:42:37 +00:00
race_darwin_amd64.syso runtime/race: update race runtime 2015-11-12 21:28:36 +00:00
race_freebsd_amd64.syso runtime/race: update race runtime 2015-11-12 21:28:36 +00:00
race_linux_amd64.syso runtime/race: update race runtime 2015-11-12 21:28:36 +00:00
race_test.go cmd/compile: fix race detector handling of OBLOCK nodes 2015-06-30 19:25:18 +00:00
race_unix_test.go
race_windows_amd64.syso runtime/race: update race runtime 2015-11-12 21:28:36 +00:00
race.go runtime/race: update two stale references 2015-12-09 18:11:42 +00:00
README runtime/race: update race runtime 2015-11-12 21:28:36 +00:00
sched_test.go runtime: randomize scheduling in -race mode 2015-07-07 21:27:38 +00:00

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).

To update the .syso files use golang.org/x/build/cmd/racebuild.

Current runtime is built on rev 389d49d4943780efbfcd2a434f4462b6d0f23c44.