]> Cypherpunks repositories - gostls13.git/commit
cmd/link: new test case for Darwin/DWARF
authorThan McIntosh <thanm@google.com>
Sat, 25 May 2019 01:04:49 +0000 (21:04 -0400)
committerThan McIntosh <thanm@google.com>
Thu, 30 May 2019 19:12:55 +0000 (19:12 +0000)
commit8ca524ab206323ebe70a929f3dea1e016af00adf
treea93600faf58e9460463e347ae5d44c1065e9b728
parent7e05e974450246124c9a6ecdcddb6424cb65c602
cmd/link: new test case for Darwin/DWARF

Test case for issue 32233.

Updates #32233.

Change-Id: I0e3b4a46832f39de4ef36d8fd8c6070bf9b1a019
Reviewed-on: https://go-review.googlesource.com/c/go/+/178726
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/dwarf_test.go
src/cmd/link/internal/ld/testdata/issue32233/lib/ObjC.m [new file with mode: 0644]
src/cmd/link/internal/ld/testdata/issue32233/lib/lib.go [new file with mode: 0644]
src/cmd/link/internal/ld/testdata/issue32233/main/main.go [new file with mode: 0644]