]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refactor dtypesym to return *obj.LSym
authorMatthew Dempsky <mdempsky@google.com>
Wed, 4 Oct 2017 18:23:18 +0000 (11:23 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 4 Oct 2017 22:03:52 +0000 (22:03 +0000)
commitd36cc9baf3c4127ef5c98bc8844b405d63064e48
tree95ae7341f4a563bcf41edaf24c8c253123284d1a
parentec40c7e189182918480099bd73b5c0c73018736c
cmd/compile: refactor dtypesym to return *obj.LSym

All of the callers want a *obj.LSym instead of a *types.Sym, and the
runtime type descriptors don't need Go source symbols anyway.

Passes toolstash-check.

Change-Id: I8ae4b64380fbb547857f49b42465118f41884eed
Reviewed-on: https://go-review.googlesource.com/68251
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Marvin Stenger <marvin.stenger94@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/gc/reflect.go