]> Cypherpunks repositories - gostls13.git/commit
cmd/link: revise test case to work on pre-10.14 macos
authorThan McIntosh <thanm@google.com>
Fri, 31 May 2019 16:05:07 +0000 (12:05 -0400)
committerThan McIntosh <thanm@google.com>
Fri, 31 May 2019 19:51:40 +0000 (19:51 +0000)
commit4c05525f0e44cf83d6e712086e9e60ffe45e6c27
treeb5a215040fcf7e6bcf26ffa74c5d17e3bb796559
parent9e31b1775aaab995986c9d986704e5ba4eddbe47
cmd/link: revise test case to work on pre-10.14 macos

Rework this recently introduced test case to insure that it works with
older versions of the OS. It was using a new framework library not
available on pre-10.14 to trigger the weak symbol reference; switch to
using a new symbol from an existing library. Tested on MacOS 10.14 and
10.11.

Updates #32233.

Change-Id: I1fe2a9255fca46cb7cdf33ff7fed67bba86fdc22
Reviewed-on: https://go-review.googlesource.com/c/go/+/179837
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/link/internal/ld/testdata/issue32233/lib/ObjC.m
src/cmd/link/internal/ld/testdata/issue32233/lib/lib.go