]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document new Android default linker
authorElias Naur <mail@eliasnaur.com>
Mon, 1 Jun 2020 09:58:54 +0000 (11:58 +0200)
committerElias Naur <mail@eliasnaur.com>
Mon, 1 Jun 2020 21:58:00 +0000 (21:58 +0000)
Change-Id: I3557f6726afe325db79b2c972d107b3bcc103b8f
Reviewed-on: https://go-review.googlesource.com/c/go/+/235819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.15.html

index aedf5281b489d287d5e5d6cffa572ef708595f26..eccd9c29a00b5c73e363d6cfbd04d108d52cd14f 100644 (file)
@@ -55,6 +55,15 @@ Do not send CLs removing the interior tags from such phrases.
   on Windows.
 </p>
 
+<h3 id="android">Android</h3>
+
+<p> <!-- golang.org/cl/235017 golang.org/issue/38838 -->
+       When linking binaries for Android, Go 1.15 explicitly selects
+       the <code>lld</code> linker available in recent versions of the NDK.
+       The <code>lld</code> linker avoids crashes on some devices, and is
+       planned to become the default NDK linker in a future NDK version.
+</p>
+
 <p>
 TODO
 </p>