]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove module loader state from ccompile
authorIan Alexander <jitsu@google.com>
Fri, 10 Oct 2025 02:38:37 +0000 (22:38 -0400)
committerIan Alexander <jitsu@google.com>
Fri, 24 Oct 2025 14:21:55 +0000 (07:21 -0700)
commit6ac40051d3eee124e8c2d2ad93c518034944a1d4
treebb8ef048a5c19957ab9f82f4f96e6a5a920ead1f
parent6a5a45252848b1bac795fc5c3e29680350462f81
cmd/go: remove module loader state from ccompile

This commit is part of the overall effort to eliminate global
modloader state.

Change-Id: Iff90d83b440b39df3d598f5a999e270baa893e24
Reviewed-on: https://go-review.googlesource.com/c/go/+/711134
Reviewed-by: Michael Matloob <matloob@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@google.com>
src/cmd/go/internal/work/exec.go