Skip to content

Commit 7a2632e

Browse files
committed
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 <austin@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent 3949cae commit 7a2632e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: doc/go1.15.html

+13
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,19 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
486486
</dd>
487487
</dl>
488488

489+
<dl id="plugin"><dt><a href="/pkg/plugin/">plugin</a></dt>
490+
<dd>
491+
<p><!-- CL 182959 -->
492+
DWARF generation is now supported (and enabled by default) for <code>-buildmode=plugin</code> on macOS.
493+
</p>
494+
</dd>
495+
<dd>
496+
<p><!-- CL 191617 -->
497+
Building with <code>-buildmode=plugin</code> is now supported on <code>freebsd/amd64</code>.
498+
</p>
499+
</dd>
500+
</dl>
501+
489502
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
490503
<dd>
491504
<p><!-- CL 228902 -->

0 commit comments

Comments
 (0)