]> Cypherpunks repositories - gostls13.git/commit
test/run: handle asmcheck -gcflags= commands better
authorRuss Cox <rsc@golang.org>
Tue, 10 Mar 2020 17:45:19 +0000 (13:45 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 11 Mar 2020 16:17:18 +0000 (16:17 +0000)
commit96dc04412d18cc999af21cecb22dea9e7b896360
treed6e206fd908873b018c727f6ec296ff1ab5651d8
parent801a9d9a0c32f0a8db43f145e71b53f11a02b7e2
test/run: handle asmcheck -gcflags= commands better

The default is for later flags to override earlier ones,
so if the asmcheck set flags, it lost the important -S=2.

Change-Id: Id538254908d658da2acb55157ac4f6fa44f6a467
Reviewed-on: https://go-review.googlesource.com/c/go/+/222820
Reviewed-by: Keith Randall <khr@golang.org>
test/run.go