]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: add release notes for plugin
authorThan McIntosh <thanm@google.com>
Tue, 2 Jun 2020 21:15:35 +0000 (17:15 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 3 Jun 2020 17:30:11 +0000 (17:30 +0000)
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>
doc/go1.15.html

index 24a1c0d0cf79ec8a708bc1a29b0e7925c82877b3..ee00aa003c8bd8e96546a143db932c5b0c9bc4a3 100644 (file)
@@ -486,6 +486,19 @@ TODO
   </dd>
 </dl>
 
+<dl id="plugin"><dt><a href="/pkg/plugin/">plugin</a></dt>
+  <dd>
+    <p><!-- CL 182959 -->
+      DWARF generation is now supported (and enabled by default) for <code>-buildmode=plugin</code> on macOS.
+    </p>
+  </dd>
+  <dd>
+    <p><!-- CL 191617 -->
+      Building with <code>-buildmode=plugin</code> is now supported on <code>freebsd/amd64</code>.
+    </p>
+  </dd>
+</dl>
+
 <dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
   <dd>
     <p><!-- CL 228902 -->