Skip to content

Commit f4be93a

Browse files
committed
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>
1 parent e9782bd commit f4be93a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/articles/race_detector.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,11 @@ <h3 id="Primitive_unprotected_variable">Primitive unprotected variable</h3>
377377
<h2 id="Supported_Systems">Supported Systems</h2>
378378

379379
<p>
380-
The race detector runs on <code>darwin/amd64</code>, <code>freebsd/amd64</code>,
381-
<code>linux/amd64</code>, and <code>windows/amd64</code>.
380+
The race detector runs on
381+
<code>linux/amd64</code>, <code>linux/ppc64le</code>,
382+
<code>linux/arm64</code>, <code>freebsd/amd64</code>,
383+
<code>netbsd/amd64</code>, <code>darwin/amd64</code>,
384+
and <code>windows/amd64</code>.
382385
</p>
383386

384387
<h2 id="Runtime_Overheads">Runtime Overhead</h2>

0 commit comments

Comments
 (0)