]> Cypherpunks repositories - gostls13.git/commit
cmd/go: permit .tbd files as a linker flag
authorKevin Albertson <kevin.albertson@mongodb.com>
Tue, 16 Feb 2021 14:40:49 +0000 (14:40 +0000)
committerCherry Mui <cherryyz@google.com>
Thu, 13 May 2021 18:59:27 +0000 (18:59 +0000)
commit7a7624a3fa4665e8d75919746b6d762d3984d471
tree7f95893c8186c0896f834b3dc10fa6fdad3262e3
parentcde2d857fe1f13ade269e3f7d58c6c2379a53c50
cmd/go: permit .tbd files as a linker flag

A .tbd file is a macOS text-based stub library and is a valid input to
the macOS linker. This change adds .tbd to the allow-list for acceptable
linker flags.

Fixes golang/go#44263

Change-Id: Ie5439a13325dbc908e42f95ec70aca518bb549f9
GitHub-Last-Rev: 6055c3b5fa8c8146c0c5c976aa8e1d219e01e414
GitHub-Pull-Request: golang/go#44276
Reviewed-on: https://go-review.googlesource.com/c/go/+/292269
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/security.go
src/cmd/go/internal/work/security_test.go