diff options
| author | Lin Lin <linlin152@foxmail.com> | 2025-12-15 22:55:27 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-12-15 15:58:57 -0800 |
| commit | a359e9d039deadd70ef0bd6f9a4912ee4b0d3e8b (patch) | |
| tree | 12d7d820eae8fcead1496d13511c8feef981c34f | |
| parent | 5dfb5f2d8234f457fa6654f8c4ef5519beee0675 (diff) | |
| download | go-x-website-a359e9d039deadd70ef0bd6f9a4912ee4b0d3e8b.tar.xz | |
_content/doc/go1.26: add notes for race detector support on linux/riscv64
For golang/go#75005.
Change-Id: I73d1264d05db2d6c109a1a92d39a587c9c80236d
GitHub-Last-Rev: 3fd8927b95723e6306941ba56a0d533111393cb7
GitHub-Pull-Request: golang/website#340
Reviewed-on: https://go-review.googlesource.com/c/website/+/729801
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
| -rw-r--r-- | _content/doc/go1.26.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index 8a1ce850..be855cf0 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -659,5 +659,11 @@ The port will be removed in Go 1.27. The `s390x` port now supports passing function arguments and results using registers. +### RISC-V + +<!-- CL 690497 --> + +The `linux/riscv64` port now supports the race detector. + [laelf-20250521]: https://github.com/loongson/la-abi-specs/blob/v2.40/laelf.adoc [rfc 9180]: https://rfc-editor.org/rfc/rfc9180.html |
