]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't assemble all .s files in a single cmd/asm run
authorIan Lance Taylor <iant@golang.org>
Mon, 12 Dec 2016 22:37:40 +0000 (14:37 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 13 Dec 2016 00:57:24 +0000 (00:57 +0000)
commitb9ffcf961e54419dc46f8338d86398665e719623
tree09dde8e3e784d5828bcf7a334fd49464b3d3c968
parent9fe2291efdfd6257b97a3271b1145b67a3e7089d
cmd/go: don't assemble all .s files in a single cmd/asm run

For the 1.8 release, go back to invoking the assembler once per .s
file, to avoid the problem in #18225. When the assembler is fixed, the
change to cmd/go/build.go can be rolled back, but the test in
cmd/go/go_test.go should remain.

Fixes #18225.
Update #15680.

Change-Id: Ibff8d0c638536efb50a2b2c280b41399332f4fe4
Reviewed-on: https://go-review.googlesource.com/34284
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/build.go
src/cmd/go/go_test.go