]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use response files when command line would be too long
authorKeith Randall <khr@golang.org>
Tue, 21 Apr 2020 23:29:18 +0000 (16:29 -0700)
committerKeith Randall <khr@golang.org>
Thu, 23 Apr 2020 18:20:07 +0000 (18:20 +0000)
commit0d19b91b40a971cad50b894d543c201763d4085e
treed1482ec07ca911a5979b53923c2c71429cffbc19
parentbf5b83a835eb7be62abd6921590fedad24328343
cmd/go: use response files when command line would be too long

Fixes #37768

Change-Id: I799a8da632890ad7595697d461c90e3c4c065d95
Reviewed-on: https://go-review.googlesource.com/c/go/+/229317
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/work/exec.go