1
0
mirror of https://github.com/golang/go synced 2024-09-29 02:24:33 -06:00
go/misc/cgo/testplugin
David Crawshaw d0e408334b cmd/link: support plugins with no exported symbols
A plugin with no exported symbols is still potentially very useful.
Its init functions are called on load, and it so it can have visible
side effects.

Fixes #17681

Change-Id: Icdca31f48e5ab13c99020a2ef724f3de47dcd74b
Reviewed-on: https://go-review.googlesource.com/32437
Run-TryBot: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-11-01 20:56:30 +00:00
..
src cmd/link: support plugins with no exported symbols 2016-11-01 20:56:30 +00:00
test.bash cmd/link: support plugins with no exported symbols 2016-11-01 20:56:30 +00:00