]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: bubble out some Linksym calls
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 21:33:23 +0000 (14:33 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 23:15:50 +0000 (23:15 +0000)
commit2fe43cec8b4628c8f802e1ecd60155f6e09649a5
tree8014d40d23cde166f9b239b04efce4481a5fd58e
parent2f4ce69ddd98788cc281626bac4accc66880f356
cmd/compile: bubble out some Linksym calls

Change a few functions so that instead of
accepting a *types.Sym and calling Linksym
themselves, they accept an *obj.LSym.
Adapt the callsites.

Passes toolstash-check.

Change-Id: Ic5d3f306f2fdd3913281215a1f54d893a966bb1f
Reviewed-on: https://go-review.googlesource.com/41404
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/reflect.go