aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2022-04-21 17:04:34 -0700
committerKeith Randall <khr@golang.org>2022-04-22 22:38:00 +0000
commit7c680974c66ca23f837cb4bee5587df8b05418c7 (patch)
treea5091a8beaefe190b2351df4e860c07329e08f24
parent0bf545e51f5303ddedb0ea60f02ff221ac088fc7 (diff)
downloadgo-7c680974c66ca23f837cb4bee5587df8b05418c7.tar.gz
go-7c680974c66ca23f837cb4bee5587df8b05418c7.zip
runtime/race: add s390x .syso file
Built using racebuild. Note that racebuild fails when trying to test the .syso, because the Go runtime doesn't think we support s390x race yet. But it builds the .syso as a side effect which I grabbed. There's something of a chicken-and-egg bootstrapping problem here, unfortunately. Change-Id: Ibc6d04fd3a9bfb3224d08e8b78dcf09bb139a59d Reviewed-on: https://go-review.googlesource.com/c/go/+/401714 Run-TryBot: Keith Randall <khr@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Jonathan Albrecht <jonathan.albrecht@ibm.com>
-rw-r--r--src/runtime/race/README1
-rw-r--r--src/runtime/race/race_linux_s390x.sysobin0 -> 565472 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/race/README b/src/runtime/race/README
index 7ec2f80d3b..eb18ad600b 100644
--- a/src/runtime/race/README
+++ b/src/runtime/race/README
@@ -13,3 +13,4 @@ race_windows_amd64.syso built with LLVM 89f7ccea6f6488c443655880229c54db1f180153
race_linux_arm64.syso built with LLVM 41cb504b7c4b18ac15830107431a0c1eec73a6b2 and Go 851ecea4cc99ab276109493477b2c7e30c253ea8.
race_darwin_arm64.syso built with LLVM 41cb504b7c4b18ac15830107431a0c1eec73a6b2 and Go 851ecea4cc99ab276109493477b2c7e30c253ea8.
race_openbsd_amd64.syso built with LLVM fcf6ae2f070eba73074b6ec8d8281e54d29dbeeb and Go 8f2db14cd35bbd674cb2988a508306de6655e425.
+race_linux_s390x.syso built with LLVM 41cb504b7c4b18ac15830107431a0c1eec73a6b2 and Go 851ecea4cc99ab276109493477b2c7e30c253ea8.
diff --git a/src/runtime/race/race_linux_s390x.syso b/src/runtime/race/race_linux_s390x.syso
new file mode 100644
index 0000000000..ed4a3007da
--- /dev/null
+++ b/src/runtime/race/race_linux_s390x.syso
Binary files differ