]> Cypherpunks repositories - gostls13.git/commit
cmd/link: use plugin path in visibility analysis
authorDavid Crawshaw <crawshaw@golang.org>
Tue, 8 Nov 2016 18:59:25 +0000 (13:59 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 11 Nov 2016 00:10:03 +0000 (00:10 +0000)
commiteb4e17b73b4ad486f9e9b0ea0fe2a6050ceb54fc
treeed33c8cd162001a0996683f2f06d40a1faccede3
parent7bdb77af5fea5b94cf3d5d7840ca9162e76b3e9b
cmd/link: use plugin path in visibility analysis

CL 32355 switched from using the output file as a
plugin prefix to the full package path. The linker dead code analysis
was not updated.

Updates #17821

Change-Id: I13fc45e0264b425d28524ec54c829e2c3e895b0b
Reviewed-on: https://go-review.googlesource.com/32916
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/deadcode.go