]> Cypherpunks repositories - gostls13.git/commit
cmd/vet/all: add bitwidths for mips and mipsle
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 11 Nov 2016 15:39:17 +0000 (07:39 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 11 Nov 2016 16:07:32 +0000 (16:07 +0000)
commit8f215d8c1f90f2841df2ae319799e0bc22320751
tree014f6cde5100e3a3320dae458280805bacb8951f
parenteb8f2a832078d0748bcf1eb38357c8119fdbccb7
cmd/vet/all: add bitwidths for mips and mipsle

cmd/vet/all still doesn't run for mips/mipsle,
because the rest of the toolchain doesn't yet
fully support it.

Change-Id: I1a86b0edddbdcd5f43e752208508d99da7aabbb3
Reviewed-on: https://go-review.googlesource.com/33134
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/vet/all/main.go