From ff795a8af0357eb7b8ae9aa98aad6f8be3894864 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 1 Jun 2020 11:58:54 +0200 Subject: [PATCH] doc: document new Android default linker Change-Id: I3557f6726afe325db79b2c972d107b3bcc103b8f Reviewed-on: https://go-review.googlesource.com/c/go/+/235819 Reviewed-by: Ian Lance Taylor --- doc/go1.15.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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

-- 2.50.0