]> Cypherpunks repositories - gostls13.git/commit
cmd/link: support -X values for main.* in plugins
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 2 Oct 2017 00:28:53 +0000 (20:28 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 4 Oct 2017 00:46:06 +0000 (00:46 +0000)
commit273b657b4e970f510afb258aa73dc2e264a701e3
tree073164ae68d916ae18899f30251943eb5aa3252d
parent5fe9bbcf6312b32e0c9df10a5ea6ba18e929de72
cmd/link: support -X values for main.* in plugins

Fixes #19418

Change-Id: I98205f40c1915cd68a5d20438469ba06f1efb160
Reviewed-on: https://go-review.googlesource.com/67432
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testplugin/src/issue19418/main.go [new file with mode: 0644]
misc/cgo/testplugin/src/issue19418/plugin.go [new file with mode: 0644]
misc/cgo/testplugin/test.bash
src/cmd/link/internal/ld/data.go