aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2019-08-07 20:11:46 +0200
committerAlberto Donizetti <alb.donizetti@gmail.com>2019-08-08 16:16:15 +0000
commitf4be93a8f1ab2cbcdec5e0502fdf20de0b279265 (patch)
tree35af54f5b376c78d4a0dc0993d154b9445ca3e68
parente9782bdebd7b55d8c40961dca10f5e91b06e9016 (diff)
downloadgo-f4be93a8f1ab2cbcdec5e0502fdf20de0b279265.tar.gz
go-f4be93a8f1ab2cbcdec5e0502fdf20de0b279265.zip
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 <iant@golang.org>
-rw-r--r--doc/articles/race_detector.html7
1 files 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() {
<h2 id="Supported_Systems">Supported Systems</h2>
<p>
-The race detector runs on <code>darwin/amd64</code>, <code>freebsd/amd64</code>,
-<code>linux/amd64</code>, and <code>windows/amd64</code>.
+ The race detector runs on
+ <code>linux/amd64</code>, <code>linux/ppc64le</code>,
+ <code>linux/arm64</code>, <code>freebsd/amd64</code>,
+ <code>netbsd/amd64</code>, <code>darwin/amd64</code>,
+ and <code>windows/amd64</code>.
</p>
<h2 id="Runtime_Overheads">Runtime Overhead</h2>