]> Cypherpunks repositories - gostls13.git/commit
cmd/link: print failed external command invocation
authorCherry Mui <cherryyz@google.com>
Fri, 26 Jan 2024 17:08:00 +0000 (12:08 -0500)
committerCherry Mui <cherryyz@google.com>
Fri, 26 Jan 2024 19:03:08 +0000 (19:03 +0000)
commita428387e978919a9885b2b7d8a1682feba851d1b
tree5fc31e48856f8c6e28ccebad52d091aae29b9dd3
parent8081c08449395df58185449943d7bec7cd7d231f
cmd/link: print failed external command invocation

When the invocation of the external linker, dsymutil or strip
command fails, print the command we invoked.

For #65292.

Change-Id: Icdb5f9ee942ebda4276f6373c3fbbf5222088d0b
Reviewed-on: https://go-review.googlesource.com/c/go/+/558856
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/link/internal/ld/lib.go