]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/dist: ignore _test.s files in bootstrap
authorCherry Zhang <cherryyz@google.com>
Tue, 18 Aug 2020 16:01:41 +0000 (12:01 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 19 Aug 2020 14:44:18 +0000 (14:44 +0000)
commit8d91d736e2eb518e0a95eb47ae463c0dd80827c4
treec6bb278d0db8eee1136beb97504c6bdd9c38342c
parentd3a411b6debccb665da3497e7fa597c9a5ff16f1
cmd/dist: ignore _test.s files in bootstrap

Ignore all _test.s files in bootstrap, not only the ARM64 one.
They are for testing only.

Fixes #40855.

Change-Id: I00e6b4ab5349e317c9ad3a503997de85aed49373
Reviewed-on: https://go-review.googlesource.com/c/go/+/249018
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/buildtool.go