]> Cypherpunks repositories - gostls13.git/commit
cmd/link: support cgo internal/linking on darwin/arm64
authorCherry Zhang <cherryyz@google.com>
Thu, 15 Oct 2020 01:15:37 +0000 (21:15 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 20 Oct 2020 02:25:52 +0000 (02:25 +0000)
commit627959eb04ee0edc4a985a7526ed7fe838ad2573
treebfc5a2a0b4c2dd9a92d2f0c993ba38233986b332
parentbccdd31252c9771ef2e8dae0402251163a081b56
cmd/link: support cgo internal/linking on darwin/arm64

Cgo programs work as well. Still not enabled by default for now.

Enable internal linking tests.

Updates #38485.

Change-Id: I8324a5c263fba221eb4e67d71207ca84fa241e6c
Reviewed-on: https://go-review.googlesource.com/c/go/+/263637
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>
misc/cgo/test/issue4029.c
misc/cgo/test/issue4029.go
misc/cgo/test/issue4029w.go
src/cmd/dist/test.go
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/ld/config.go
src/cmd/link/internal/loader/loader.go
src/cmd/link/internal/loadmacho/ldmacho.go