go/misc/cgo/testplugin/testdata
Cherry Mui eb75219438 [release-branch.go1.17] cmd/link: mark unexported methods for plugins
When plugin is used, we already mark all exported methods
reachable. However, when the plugin and the host program share
a common package, an unexported method could also be reachable
from both the plugin and the host via interfaces. We need to mark
them as well.

Fixes #51736.
Updates #51621.

Change-Id: I1a70d3f96b66b803f2d0ab14d00ed0df276ea500
Reviewed-on: https://go-review.googlesource.com/c/go/+/393365
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
(cherry picked from commit 91631bc7e0)
Reviewed-on: https://go-review.googlesource.com/c/go/+/397484
2022-04-04 18:02:38 +00:00
..
checkdwarf
common
forkexec [release-branch.go1.17] cmd/link: force eager binding when using plugins on darwin 2022-02-07 20:38:20 +00:00
host
iface
iface_a
iface_b
iface_i
issue18584
issue18676
issue19418
issue19529
issue19534
issue22175
issue22295.pkg
issue24351
issue25756
issue44956 cmd/compile, cmd/link: dynamically export writable static tmps 2021-03-16 23:14:54 +00:00
method cmd/compile: mark plugin-exported types as used in interface 2020-11-13 22:01:37 +00:00
method2 all: run gofmt 2021-03-15 21:49:19 +00:00
method3 [release-branch.go1.17] cmd/link: mark unexported methods for plugins 2022-04-04 18:02:38 +00:00
plugin1
plugin2
sub/plugin1
unnamed1
unnamed2