]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: ensure mach-o debug symbols are visible to App Store
authorAman Gupta <aman@tmm1.net>
Wed, 3 Apr 2019 08:49:24 +0000 (01:49 -0700)
committerThan McIntosh <thanm@google.com>
Thu, 30 May 2019 12:01:18 +0000 (12:01 +0000)
commit2ae793ed48eaef584e3cdcd7820d5bb891ab1a5f
treecabd0c4c2e5904c3247c3282a3291a20d7991e3a
parenta0c96a926122f4437f0eba8ae42cc0369511cb58
cmd/link/internal/ld: ensure mach-o debug symbols are visible to App Store

Passing test that shows Apple's symbols utility can now read
DWARF data in go.o, after the fix in CL174538

Updates #31022 #22716 #31459

Change-Id: I56c3517ad6d0a9f39537182f63cef56bb198aa83
Reviewed-on: https://go-review.googlesource.com/c/go/+/170451
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/dwarf_test.go