aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2018-05-11 18:40:54 -0400
committerBrad Fitzpatrick <bradfitz@golang.org>2018-06-04 15:14:22 +0000
commit8994444491d984491d8070ed30aeffc1abe344a2 (patch)
tree3ea7d36f66f73410fd0390794225dfd22f6ebc38 /src/runtime/race
parentab5031fb86e6d7121483e38d742235994972a0cf (diff)
downloadgo-8994444491d984491d8070ed30aeffc1abe344a2.tar.gz
go-8994444491d984491d8070ed30aeffc1abe344a2.zip
runtime/race: update most syso files to compiler-rt fe2c72
These were generated using the racebuild configuration from https://golang.org/cl/115375, with the LLVM compiler-rt repository at commit fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 for most platforms. The Windows build is from an older compiler-rt revision, because the compiler-rt build script for the Go race detector has been broken since January 2017 (https://reviews.llvm.org/D28596). Updates #24354. Change-Id: Ica05a5d0545de61172f52ab97e7f8f57fb73dbfd Reviewed-on: https://go-review.googlesource.com/112896 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/runtime/race')
-rw-r--r--src/runtime/race/README7
-rw-r--r--src/runtime/race/race_darwin_amd64.sysobin328168 -> 398868 bytes
-rw-r--r--src/runtime/race/race_freebsd_amd64.sysobin405576 -> 503384 bytes
-rw-r--r--src/runtime/race/race_linux_amd64.sysobin378032 -> 449328 bytes
-rw-r--r--src/runtime/race/race_linux_ppc64le.sysobin0 -> 505304 bytes
-rw-r--r--src/runtime/race/race_netbsd_amd64.sysobin0 -> 507208 bytes
-rw-r--r--src/runtime/race/race_windows_amd64.sysobin369467 -> 348915 bytes
7 files changed, 6 insertions, 1 deletions
diff --git a/src/runtime/race/README b/src/runtime/race/README
index 398b22f71e..1c66c63695 100644
--- a/src/runtime/race/README
+++ b/src/runtime/race/README
@@ -4,4 +4,9 @@ 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 68e1532492f9b3fce0e9024f3c31411105965b11.
+race_darwin_amd64.syso built with LLVM fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 and Go 323c85862a7afbde66a3bba0776bf4ba6cd7c030.
+race_freebsd_amd64.syso built with LLVM fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 and Go 323c85862a7afbde66a3bba0776bf4ba6cd7c030.
+race_linux_amd64.syso built with LLVM fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 and Go 323c85862a7afbde66a3bba0776bf4ba6cd7c030.
+race_linux_ppc64le.syso built with LLVM fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 and Go 323c85862a7afbde66a3bba0776bf4ba6cd7c030.
+race_netbsd_amd64.syso built with LLVM fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 and Go 323c85862a7afbde66a3bba0776bf4ba6cd7c030.
+race_windows_amd64.syso built with LLVM ae08a22cc215448aa3ad5a6fb099f6df77e9fa01 and Go 323c85862a7afbde66a3bba0776bf4ba6cd7c030.
diff --git a/src/runtime/race/race_darwin_amd64.syso b/src/runtime/race/race_darwin_amd64.syso
index 89c7f57901..0e4017b445 100644
--- a/src/runtime/race/race_darwin_amd64.syso
+++ b/src/runtime/race/race_darwin_amd64.syso
Binary files differ
diff --git a/src/runtime/race/race_freebsd_amd64.syso b/src/runtime/race/race_freebsd_amd64.syso
index 6312ce8f35..fcae1188e6 100644
--- a/src/runtime/race/race_freebsd_amd64.syso
+++ b/src/runtime/race/race_freebsd_amd64.syso
Binary files differ
diff --git a/src/runtime/race/race_linux_amd64.syso b/src/runtime/race/race_linux_amd64.syso
index 3795520c9b..c18e2a0465 100644
--- a/src/runtime/race/race_linux_amd64.syso
+++ b/src/runtime/race/race_linux_amd64.syso
Binary files differ
diff --git a/src/runtime/race/race_linux_ppc64le.syso b/src/runtime/race/race_linux_ppc64le.syso
new file mode 100644
index 0000000000..a3609db98b
--- /dev/null
+++ b/src/runtime/race/race_linux_ppc64le.syso
Binary files differ
diff --git a/src/runtime/race/race_netbsd_amd64.syso b/src/runtime/race/race_netbsd_amd64.syso
new file mode 100644
index 0000000000..3937a616b8
--- /dev/null
+++ b/src/runtime/race/race_netbsd_amd64.syso
Binary files differ
diff --git a/src/runtime/race/race_windows_amd64.syso b/src/runtime/race/race_windows_amd64.syso
index b85f5d6e9b..1f1dd17118 100644
--- a/src/runtime/race/race_windows_amd64.syso
+++ b/src/runtime/race/race_windows_amd64.syso
Binary files differ