]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: add loader methods to access unit, gotype
authorThan McIntosh <thanm@google.com>
Wed, 8 Jan 2020 17:57:41 +0000 (12:57 -0500)
committerThan McIntosh <thanm@google.com>
Fri, 10 Jan 2020 12:37:31 +0000 (12:37 +0000)
commit2d2590e94a831ee0d3bd13a76d4c4480f5b60174
tree2973a44006a769b058e59b21964cb7555b3db330
parente5dc6ff8743549eda241c22228e9dff4a6e6b48e
[dev.link] cmd/link: add loader methods to access unit, gotype

Add loader hooks to get at the 'gotype' and 'unit' symbol properties.

Change-Id: Icdf5dd151e84a548fa2574efdb998c3b698a17d9
Reviewed-on: https://go-review.googlesource.com/c/go/+/214137
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/loader/loader.go