]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refresh builtin.go
authorMatthew Dempsky <mdempsky@google.com>
Fri, 19 Feb 2016 00:44:06 +0000 (16:44 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 19 Feb 2016 19:08:47 +0000 (19:08 +0000)
commit9a184b22eef79ac0570330a17cf81a15a58bbf76
treef25fc152b6b1bc9acc2fa2bb399d36175ae52c75
parent5c5e8d41054940ccf9e1c025bf21c86e85f33bde
cmd/compile: refresh builtin.go

The export data format was augmented with a new "unsafe-uintptr" tag
in https://golang.org/cl/18584, but builtin.go was not regenerated.

While here, add a test to make sure builtin.go stays up to date in the
future.

Change-Id: I4ae17da29f0855bef6ec0fcc10e7082c8427d39c
Reviewed-on: https://go-review.googlesource.com/19681
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/gc/builtin.go
src/cmd/compile/internal/gc/builtin_test.go [new file with mode: 0644]
src/cmd/compile/internal/gc/mkbuiltin.go