]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update list of archs supporting -race
authorAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 7 Aug 2019 18:11:46 +0000 (20:11 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 8 Aug 2019 16:16:15 +0000 (16:16 +0000)
Change-Id: Id0a55674a16671aaee99182d9096a9263f7a80b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/189357
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/articles/race_detector.html

index 6defd98f96e51578b4bb7934d63f249c123a306f..2f18acfbfbf5f28e1e7e475df2780d50bfc0ad24 100644 (file)
@@ -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>