From 7a2632e11d0214579a0c8041796687709f70e556 Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Tue, 2 Jun 2020 17:15:35 -0400 Subject: [PATCH] doc/go1.15: add release notes for plugin Add a blurb to the release notes mentioning that the linker now supports DWARF generation for -buildmode=plugin, and that plugin builds work now for freebsd/amd64. Updates #37419. Change-Id: I84da7a52af84a9d765f73ca7ea525e7af8d64f05 Reviewed-on: https://go-review.googlesource.com/c/go/+/236162 Reviewed-by: Austin Clements Reviewed-by: Dmitri Shuralyov --- doc/go1.15.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/go1.15.html b/doc/go1.15.html index 24a1c0d0cf7..ee00aa003c8 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -486,6 +486,19 @@ TODO +
plugin
+
+

+ DWARF generation is now supported (and enabled by default) for -buildmode=plugin on macOS. +

+
+
+

+ Building with -buildmode=plugin is now supported on freebsd/amd64. +

+
+
+
reflect