]> Cypherpunks repositories - gostls13.git/commit
runtime/race: add s390x .syso file
authorKeith Randall <khr@golang.org>
Fri, 22 Apr 2022 00:04:34 +0000 (17:04 -0700)
committerKeith Randall <khr@golang.org>
Fri, 22 Apr 2022 22:38:00 +0000 (22:38 +0000)
commit7c680974c66ca23f837cb4bee5587df8b05418c7
treea5091a8beaefe190b2351df4e860c07329e08f24
parent0bf545e51f5303ddedb0ea60f02ff221ac088fc7
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>
src/runtime/race/README
src/runtime/race/race_linux_s390x.syso [new file with mode: 0644]