]> Cypherpunks repositories - gostls13.git/commit
plugin: resolve plugin import path issue
authorTodd Neal <todd@tneal.org>
Tue, 25 Apr 2017 23:32:48 +0000 (19:32 -0400)
committerTodd Neal <todd@tneal.org>
Wed, 26 Apr 2017 00:54:54 +0000 (00:54 +0000)
commit7a92395ddd8354e49d2a928c99027a1a321ea716
treee7605714058de1432ae197db4c0b8aa1662a492f
parent819d1cce6e1cfc4439219a22f9356f6885546029
plugin: resolve plugin import path issue

Resolve import paths to get plugin symbol prefixes.

Fixes #19534

Change-Id: Ic25d83e72465ba8f6be0337218a1627b5dc702dc
Reviewed-on: https://go-review.googlesource.com/40994
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
misc/cgo/testplugin/src/issue19534/main.go [new file with mode: 0644]
misc/cgo/testplugin/src/issue19534/plugin.go [new file with mode: 0644]
misc/cgo/testplugin/test.bash
src/plugin/plugin_dlopen.go