]> Cypherpunks repositories - gostls13.git/commit
cmd/link: Add missing platform for Mac Catalyst
authorCP Lepage <32472542+cplepage@users.noreply.github.com>
Tue, 7 May 2024 12:35:25 +0000 (12:35 +0000)
committerCherry Mui <cherryyz@google.com>
Thu, 9 May 2024 17:45:45 +0000 (17:45 +0000)
commitcecbf4f28eed1327249ebb39e13c2e3ec6d12476
treef71920dfa1810695a1b1fbdb431f7c5ac97d1106
parentdd6dee48b27e35e3d6ba0723b6851b5fe17d1049
cmd/link: Add missing platform for Mac Catalyst

Fixes #67175

Defines a MachoPlatorm constant in OS_Darwin for MacCatalyst build. This enables adding the suffix $INODE64 on syscall methods needed for amd64 Darwin platform.

Change-Id: Ie677e241599e2a14359c5809fa9ddb3b63161629
GitHub-Last-Rev: feae982e682d5b0479fe1c7eccdc423dc4bf2ea4
GitHub-Pull-Request: golang/go#67176
Reviewed-on: https://go-review.googlesource.com/c/go/+/583295
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/link/internal/ld/macho.go