From: Elias Naur Date: Mon, 1 Jun 2020 09:58:54 +0000 (+0200) Subject: doc: document new Android default linker X-Git-Tag: go1.15beta1~76 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ff795a8af0357eb7b8ae9aa98aad6f8be3894864;p=gostls13.git doc: document new Android default linker Change-Id: I3557f6726afe325db79b2c972d107b3bcc103b8f Reviewed-on: https://go-review.googlesource.com/c/go/+/235819 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.15.html b/doc/go1.15.html index aedf5281b4..eccd9c29a0 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -55,6 +55,15 @@ Do not send CLs removing the interior tags from such phrases. on Windows.

+

Android

+ +

+ When linking binaries for Android, Go 1.15 explicitly selects + the lld linker available in recent versions of the NDK. + The lld linker avoids crashes on some devices, and is + planned to become the default NDK linker in a future NDK version. +

+

TODO