Skip to content

Commit cfb5321

Browse files
choleraehyqALTree
authored andcommitted
cmd/go: add darwin/arm64 in the list of supported systems in help message
Fixes #49173. Change-Id: I71270b4ff7e9ede3cdfa5946b73142a731752adf Reviewed-on: https://go-review.googlesource.com/c/go/+/358901 Reviewed-by: Alberto Donizetti <[email protected]> Reviewed-by: Keith Randall <[email protected]> Trust: Alberto Donizetti <[email protected]> Run-TryBot: Alberto Donizetti <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent bdefb77 commit cfb5321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/work/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ and test commands:
6868
The default is GOMAXPROCS, normally the number of CPUs available.
6969
-race
7070
enable data race detection.
71-
Supported only on linux/amd64, freebsd/amd64, darwin/amd64, windows/amd64,
71+
Supported only on linux/amd64, freebsd/amd64, darwin/amd64, darwin/arm64, windows/amd64,
7272
linux/ppc64le and linux/arm64 (only for 48-bit VMA).
7373
-msan
7474
enable interoperation with memory sanitizer.

0 commit comments

Comments
 (0)