]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add -c flag
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 24 Apr 2017 21:31:22 +0000 (14:31 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 24 Apr 2017 21:43:19 +0000 (21:43 +0000)
commit22f1b56dab29d397d2bdbdd603d85e60fb678089
treebde3b1e53dddcb8838113cb328165fba6353ff6e
parentd234f9a75413fdae7643e4be9471b4aeccf02478
cmd/compile: add -c flag

This will be used in the future to control backend concurrency.
See CL 40693.

In the meantime, make it a no-op.
This should fix the linux-amd64-racecompile builders.

Change-Id: Ibf3b2a7fff6f8f8c94f5fafb26e0500a51c8a4a6
Reviewed-on: https://go-review.googlesource.com/41614
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/main.go