cmd/internal/sys: BuildModeSupported reports c-shared is unsupported on windows/arm64 port, which supports cgo #46549
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
At tip,
sys.BuildModeSupported(runtime.Compiler, "c-shared", "windows", "arm64")
reportsfalse
.https://tip.golang.org/doc/go1.17#windows suggests the windows/arm64 port supports cgo, and discussion in
CL 323970CL 323992 points out that cgo support may imply that c-shared build mode should also be turned on, and possibly was missed. This issue is filed to ask and find out.@rsc, do you know if
sys.BuildModeSupported
working as intended for Go 1.17 or does it need to be updated?The text was updated successfully, but these errors were encountered: