]> Cypherpunks repositories - gostls13.git/commit
cmd/link: don't generate DYSYMTAB when external linking on Mach-O
authorCherry Mui <cherryyz@google.com>
Mon, 12 Jun 2023 17:46:08 +0000 (13:46 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 27 Jul 2023 19:06:04 +0000 (19:06 +0000)
commitf55e7e104bbef911f1495b39c3c2ff366ad3be4d
tree9ddfd8a5159794e4a778e20bc5136effbb0a5823
parent27927ed7498b6fa29d72428b825a3cc86703f84d
cmd/link: don't generate DYSYMTAB when external linking on Mach-O

When external linking, the external linker will generate it.

Updates #60694.
For #61229.

Change-Id: I086a7628dd9baa84b46315641746fc3640473f2b
Reviewed-on: https://go-review.googlesource.com/c/go/+/502617
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/link/internal/ld/macho.go