go/src/cmd/compile
Austin Clements 8eb14e9de5 cmd/compile: accept string debug flags
The compiler's -d flag accepts string-valued flags, but currently only
for SSA debug flags. Extend it to support string values for other
flags. This also makes the syntax somewhat more sane so flag=value and
flag:value now both accept integers and strings.

Change-Id: Idd144d8479a430970cc1688f824bffe0a56ed2df
Reviewed-on: https://go-review.googlesource.com/37345
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2017-03-03 15:50:49 +00:00
..
internal cmd/compile: accept string debug flags 2017-03-03 15:50:49 +00:00
doc.go cmd/compile: document -l in godoc 2016-05-09 19:06:53 +00:00
fmt_test.go cmd/compile: move constant divide strength reduction to SSA rules 2017-02-17 06:16:44 +00:00
main.go cmd/dist: add support for GOARCH=mips{,le} 2016-11-12 00:34:21 +00:00