]> Cypherpunks repositories - gostls13.git/commit
runtime/race: update amd64 syso images to avoid sse4
authorThan McIntosh <thanm@google.com>
Mon, 11 Jul 2022 19:20:13 +0000 (15:20 -0400)
committerThan McIntosh <thanm@google.com>
Mon, 11 Jul 2022 20:39:53 +0000 (20:39 +0000)
commit846490110ab1117b5f7366e3a531d24d88800074
tree6d48dacc82505c1bdc367d8f2a8bee4a88f470b4
parentb75ad09cae8918343000e304c66c5df27101829b
runtime/race: update amd64 syso images to avoid sse4

Rebuild selected amd64 syso images with updated LLVM build rules that
avoid the use of SSE4, so as to ensure that the Go race detector
continues to work on older x86 cpus. No changes to the syso files for
openbsd/amd64 (upstream support has been removed in LLVM) or
netbsd/amd64 (work still in progress there).

Fixes #53743.

Change-Id: I738ae4d1e0528c6e06dd4ddb78e7039a30a51779
Reviewed-on: https://go-review.googlesource.com/c/go/+/416857
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
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