]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: modify -pagezero_size to please iTunes Connect validation for...
authorrust <pruest@gmail.com>
Mon, 23 Oct 2017 19:28:08 +0000 (15:28 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Tue, 24 Oct 2017 16:32:30 +0000 (16:32 +0000)
commit89a7adf8e47c8e8f7929e68621a66000bb2703e6
tree608791e36581d614aec702be59cab34c6e49b603
parent2fd9549797e362acf40e3b5f17ae916951c7cccc
cmd/link/internal/ld: modify -pagezero_size to please iTunes Connect validation for iOS.

This change modifies go to create iOS arm64 binaries that pass iTunes
upload validation. Tested with xcode 9.0.1 macOS 10.13.

Fixes #22402.

Change-Id: I3f14c6ac85065e2da88d06edc8682947f6f1cd47
Reviewed-on: https://go-review.googlesource.com/72730
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/link/internal/ld/lib.go