]> Cypherpunks repositories - gostls13.git/commit
cmd/link: don't skip code sign even if dsymutil didn't generate a file
authorCherry Mui <cherryyz@google.com>
Fri, 21 Jun 2024 16:20:38 +0000 (12:20 -0400)
committerCherry Mui <cherryyz@google.com>
Wed, 26 Jun 2024 16:17:50 +0000 (16:17 +0000)
commit5a18e79687dea15680ff5f799b549fa0efd0cad9
tree57419157b0a94be4cd3f681dca6646d2795f4e61
parent5f319b75075a62ab176ab8c25f0e45f2ae4f0704
cmd/link: don't skip code sign even if dsymutil didn't generate a file

Even if dsymutil didn't generate a file (which should not happen
with the Apple toolchain with the correct setup), we should not
skip next steps, e.g. code sign. A return statement makes it exit
too early.

Updates #68088.

Change-Id: Ic1271ed1b7fe5bdee5a25cc5d669a105173b389e
Reviewed-on: https://go-review.googlesource.com/c/go/+/593660
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/lib.go