From: Guoqi Chen Date: Fri, 15 Dec 2023 09:35:40 +0000 (+0800) Subject: doc/go1.22: announcing support address sanitizer on Loong64 X-Git-Tag: go1.22rc1~2^2~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=90daaa0576aafd66b3b0fb9e5c4814fbdcc4b5ce;p=gostls13.git 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 Reviewed-by: Bryan Mills Auto-Submit: Dmitri Shuralyov Reviewed-by: Mauri de Souza Meneguzzo Reviewed-by: David Chase --- 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 loong64 port now supports passing function arguments and results using registers.

- The linux/loong64 port now supports the memory sanitizer, new-style linker relocations, and the plugin build mode. + The linux/loong64 port now supports the address sanitizer, memory sanitizer, new-style linker relocations, and the plugin build mode.

OpenBSD