diff options
| author | Guoqi Chen <chenguoqi@loongson.cn> | 2023-12-15 17:35:40 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-12-19 00:06:00 +0000 |
| commit | 90daaa0576aafd66b3b0fb9e5c4814fbdcc4b5ce (patch) | |
| tree | fc016c8a8c1157d533ef50f510689db00eb12cf9 | |
| parent | 5b84d50038ae852e638631b0a7e71c719e41d240 (diff) | |
| download | go-90daaa0576aafd66b3b0fb9e5c4814fbdcc4b5ce.tar.xz | |
doc/go1.22: announcing support address sanitizer on Loong64
Change-Id: Ide5eddc6c04347ada468bc8dd4c27d9b492cf0ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/550176
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
| -rw-r--r-- | doc/go1.22.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.22.html b/doc/go1.22.html index 3d63e99eeb..458e17954d 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -965,7 +965,7 @@ We plan to include an API migration tool in a future release, likely Go 1.23. The <code>loong64</code> port now supports passing function arguments and results using registers. </p> <p><!-- CL 481315,537615,480878 --> - The <code>linux/loong64</code> port now supports the memory sanitizer, new-style linker relocations, and the <code>plugin</code> build mode. + The <code>linux/loong64</code> port now supports the address sanitizer, memory sanitizer, new-style linker relocations, and the <code>plugin</code> build mode. </p> <h3 id="openbsd">OpenBSD</h3> |
