cmd/go: allow invalid flag in #cgo LDFLAGS: CoreFoundation #43152
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Trying to build an iOS framework containing Go code with bazelbuild/rules_go.
What did you expect to see?
A succesful build.
What did you see instead?
I believe this is in line with #42565 and is "caused" by https://github.com/golang/go/blob/go1.15.6/src/runtime/cgo/cgo.go.
The text was updated successfully, but these errors were encountered: