]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/race: update most syso files to compiler-rt fe2c72
authorBryan C. Mills <bcmills@google.com>
Fri, 11 May 2018 22:40:54 +0000 (18:40 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Jun 2018 15:14:22 +0000 (15:14 +0000)
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>

src/runtime/race/README
src/runtime/race/race_darwin_amd64.syso
src/runtime/race/race_freebsd_amd64.syso
src/runtime/race/race_linux_amd64.syso
src/runtime/race/race_linux_ppc64le.syso [new file with mode: 0644]
src/runtime/race/race_netbsd_amd64.syso [new file with mode: 0644]
src/runtime/race/race_windows_amd64.syso

index 398b22f71e80b7dbeccacd418952ff0be8055205..1c66c636956a82b0f62da1c71a5bcc79145eebd4 100644 (file)
@@ -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.
index 89c7f5790191ca09e3a2f134ff142068c2d3c541..0e4017b445b9bebd865c6dd525b9736afb2055bc 100644 (file)
Binary files a/src/runtime/race/race_darwin_amd64.syso and b/src/runtime/race/race_darwin_amd64.syso differ
index 6312ce8f35d8d1c2e43898609d55109e6a7c6168..fcae1188e6ce7bf33edf1a7038b4abd459b7866c 100644 (file)
Binary files a/src/runtime/race/race_freebsd_amd64.syso and b/src/runtime/race/race_freebsd_amd64.syso differ
index 3795520c9b25e69378b6a37053cb2a0a313a383f..c18e2a0465dd927e50bf48accc195ca13ecd121d 100644 (file)
Binary files a/src/runtime/race/race_linux_amd64.syso and b/src/runtime/race/race_linux_amd64.syso differ
diff --git a/src/runtime/race/race_linux_ppc64le.syso b/src/runtime/race/race_linux_ppc64le.syso
new file mode 100644 (file)
index 0000000..a3609db
Binary files /dev/null and b/src/runtime/race/race_linux_ppc64le.syso differ
diff --git a/src/runtime/race/race_netbsd_amd64.syso b/src/runtime/race/race_netbsd_amd64.syso
new file mode 100644 (file)
index 0000000..3937a61
Binary files /dev/null and b/src/runtime/race/race_netbsd_amd64.syso differ
index b85f5d6e9bec0a12ff5af6bada0ffa9f14f62ae1..1f1dd17118946afb4927625c2e4aaddc7bccecd7 100644 (file)
Binary files a/src/runtime/race/race_windows_amd64.syso and b/src/runtime/race/race_windows_amd64.syso differ