]> Cypherpunks repositories - gostls13.git/commit
runtime/race: add race detector support for linux/riscv64
authorJoel Sing <joel@sing.id.au>
Fri, 25 Jul 2025 10:41:51 +0000 (20:41 +1000)
committerJoel Sing <joel@sing.id.au>
Sat, 30 Aug 2025 06:57:12 +0000 (23:57 -0700)
commit8bcda6c79d40f49363cd04cdaf5bd7909de8f94f
tree08b2fd4a0d36b177841a1df1348fb3235a3a1894
parent8377adafc548a0d9dab831477923d25ce4b10710
runtime/race: add race detector support for linux/riscv64

This enables support for the race detector on linux/riscv64.

Fixes #64345

Cq-Include-Trybots: luci.golang.try:gotip-linux-riscv64
Change-Id: I98962827e91455404858549b0f9691ee438f104b
Reviewed-on: https://go-review.googlesource.com/c/go/+/690497
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/cmd/dist/test.go
src/cmd/go/alldocs.go
src/cmd/go/internal/work/build.go
src/internal/platform/supported.go
src/race.bash
src/runtime/malloc.go
src/runtime/race/README
src/runtime/race/race.go
src/runtime/race/race_linux_riscv64.syso [new file with mode: 0644]
src/runtime/race_riscv64.s [new file with mode: 0644]