From f4be93a8f1ab2cbcdec5e0502fdf20de0b279265 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 7 Aug 2019 20:11:46 +0200 Subject: [PATCH] doc: update list of archs supporting -race Change-Id: Id0a55674a16671aaee99182d9096a9263f7a80b3 Reviewed-on: https://go-review.googlesource.com/c/go/+/189357 Reviewed-by: Ian Lance Taylor --- doc/articles/race_detector.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 6defd98f96..2f18acfbfb 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -377,8 +377,11 @@ func (w *Watchdog) Start() {

Supported Systems

-The race detector runs on darwin/amd64, freebsd/amd64, -linux/amd64, and windows/amd64. + The race detector runs on + linux/amd64, linux/ppc64le, + linux/arm64, freebsd/amd64, + netbsd/amd64, darwin/amd64, + and windows/amd64.

Runtime Overhead