]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: rename -symabis to -gensymabis
authorAustin Clements <austin@google.com>
Thu, 15 Nov 2018 20:23:48 +0000 (15:23 -0500)
committerAustin Clements <austin@google.com>
Fri, 16 Nov 2018 21:57:50 +0000 (21:57 +0000)
commit925568861085c29f834ff7949481f8208264f5ee
tree92fac8313b4f223fe33b66df09d600bc0f5c6799
parentb358987666de3f2ec1d7c6ad65eeb0c7874c7f2a
cmd/asm: rename -symabis to -gensymabis

Currently, both asm and compile have a -symabis flag, but in asm it's
a boolean flag that means to generate a symbol ABIs file and in the
compiler its a string flag giving the path of the symbol ABIs file to
consume. I'm worried about this false symmetry biting us in the
future, so rename asm's flag to -gensymabis.

Updates #27539.

Change-Id: I8b9c18a852d2838099718f8989813f19d82e7434
Reviewed-on: https://go-review.googlesource.com/c/149818
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/asm/doc.go
src/cmd/asm/internal/flags/flags.go
src/cmd/dist/build.go
src/cmd/go/internal/work/gc.go
test/run.go