]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link/internal/loader: copy Dynid when migrating sym attrs
authorThan McIntosh <thanm@google.com>
Mon, 30 Mar 2020 13:17:22 +0000 (09:17 -0400)
committerThan McIntosh <thanm@google.com>
Mon, 30 Mar 2020 18:11:39 +0000 (18:11 +0000)
commit3919e89c56b86f8ccabf35c56be88593551dd59f
treea82ffc123e4e3852feaa82124ad9ce473bfb3d93
parentb33b6e857d106697755052d4e021aa3b672727b6
[dev.link] cmd/link/internal/loader: copy Dynid when migrating sym attrs

Add support for migrating over the symbol Dynid property
when converting loader.Sym symbols to sym.Symbol.

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