]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: rename ld, ldShared "out" argument to "targetPath"
authorAustin Clements <austin@google.com>
Wed, 11 Oct 2023 16:31:55 +0000 (12:31 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 17 Oct 2023 17:30:34 +0000 (17:30 +0000)
commit408b31dcc5d888fe7599e703bb05f50d4a378d4f
tree7381e103dba5a21b9a6741d1d781a116b40cc600
parentaa05674b1df8b5e49bf702068e7ec3d33c957d3e
cmd/go: rename ld, ldShared "out" argument to "targetPath"

"out" is often used for stdout or stderr. Rename it to targetPath to
clarify its meaning.

Change-Id: I95823e9119843a7026dc26c192497776ee4219e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/534595
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Austin Clements <austin@google.com>
src/cmd/go/internal/work/exec.go
src/cmd/go/internal/work/gc.go
src/cmd/go/internal/work/gccgo.go