]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/asm: expand package path if known
authorCherry Zhang <cherryyz@google.com>
Mon, 18 May 2020 22:27:10 +0000 (18:27 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 19 May 2020 14:53:54 +0000 (14:53 +0000)
commit0f92cd75cf1edf712ab94f5cd7fb6e8267a0d53d
tree4e2a439a4345bffe11fb0a5c5d274c182bf16ce7
parent586d0755e2cd6a51f0837c6b7748e93d58b966f1
[dev.link] cmd/asm: expand package path if known

If the package path is known, pass it to the object file writer
so the symbol names are pre-expanded. (We already expand the
package path in debug info.)

Change-Id: I2b2b71edbb98924cbf3c4f9142b7e109e5b7501a
Reviewed-on: https://go-review.googlesource.com/c/go/+/234491
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/asm/main.go