]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: propagate gotype symbol info in cloneToExternal
authorThan McIntosh <thanm@google.com>
Tue, 7 Jan 2020 01:37:50 +0000 (20:37 -0500)
committerThan McIntosh <thanm@google.com>
Thu, 9 Jan 2020 20:08:31 +0000 (20:08 +0000)
commit49e94f19f0e0575fc14f6f83e5586762b263b864
tree4a549214e305def601a4680893af0e76a7156be9
parentd5854bf8e63a5b4f8ffea6cd1a82ffcc7bb0b87b
[dev.link] cmd/link: propagate gotype symbol info in cloneToExternal

This patch fixes a problem with the loader's cloneToExternal method,
specifically that the new external clone created did not get
the proper Gotype value from its orginal symbol.

Change-Id: I9978140d285104d407bf55649fb6ed94959933f2
Reviewed-on: https://go-review.googlesource.com/c/go/+/213639
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