]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: rename "compiling runtime" flag
authorThan McIntosh <thanm@google.com>
Tue, 20 Oct 2020 13:06:42 +0000 (09:06 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 20 Oct 2020 17:47:31 +0000 (17:47 +0000)
commitd595712540f00d980b1276ed25495ee7e05c1bfa
treeb9311b101960b91fad86263f65c974269b40e27d
parentf62d3202bf9dbb3a00ad2a2c63ff4fa4188c5d3b
cmd/asm: rename "compiling runtime" flag

Rename the assembler "-compilingRuntime" flag to "-compiling-runtime",
to be more consistent with the flag style of other Go commands.

Change-Id: I8cc5cbf0b9b34d1dd4e9fa499d3fec8c1ef10b6e
Reviewed-on: https://go-review.googlesource.com/c/go/+/263857
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/flags/flags.go
src/cmd/dist/build.go
src/cmd/go/internal/work/gc.go