]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link: emit LC_BUILD_VERSION on Mach-O
authorCherry Zhang <cherryyz@google.com>
Wed, 21 Apr 2021 23:12:38 +0000 (19:12 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 22 Apr 2021 14:40:40 +0000 (14:40 +0000)
commitd5b2d809b09b5a7404ad334a5e56b2210a06254c
tree798266d76be14961f5121222d1b6856c6c5ddb7a
parentb2a032add8e46ca03af0b2c1c72052b75e056101
cmd/link: emit LC_BUILD_VERSION on Mach-O

LC_VERSION_MIN_MACOSX seems deprecated. Emit LC_BUILD_VERSION
instead. Also emit it on darwin/arm64, where it was not emitted
before.

Fixes #45091.

Change-Id: I18fb80d571f681da3bd258e53beb520e68f354bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/312550
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/macho.go
src/cmd/link/link_test.go