1
0
mirror of https://github.com/golang/go synced 2024-09-29 20:34:36 -06:00
go/misc/cgo/testshared
zhouguangyuan f687831e4c cmd/link: disable weak reference in itab if build with "-linkshared"
When build with "-linkshared", we can't tell if the interface method will be used or not. It can be used in shared library.

Fixes #47873

Change-Id: Iba12812f199b7679cf2fd41a304268d6d6dd03c6
Reviewed-on: https://go-review.googlesource.com/c/go/+/350189
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
2021-10-13 15:12:46 +00:00
..
testdata cmd/link: disable weak reference in itab if build with "-linkshared" 2021-10-13 15:12:46 +00:00
overlaydir_test.go misc: remove use of relative directories in overlayDir functions 2019-11-25 16:26:15 +00:00
shared_test.go cmd/link: disable weak reference in itab if build with "-linkshared" 2021-10-13 15:12:46 +00:00