]> Cypherpunks repositories - gostls13.git/commit
go/types: add gccgo sizes information
authorIan Lance Taylor <iant@golang.org>
Tue, 22 Jan 2019 15:40:19 +0000 (07:40 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 Feb 2019 23:43:42 +0000 (23:43 +0000)
commit98cbf45cfc6a5a50cc6ac2367f9572cb198b57c7
tree7b0ece625d38fb47fc4bb10669e4f6d7f3cc4344
parent7a9968f96fdfa0979e7f086d37592c5df9b9a27c
go/types: add gccgo sizes information

This will need to be updated from time to time as new targets are
added to gccgo. But that is better than always returning nil.

Change-Id: I04b8c4d0f8efa38e2a148eb2e38b16b09f0351c3
Reviewed-on: https://go-review.googlesource.com/c/158844
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/go/types/gccgosizes.go [new file with mode: 0644]
src/go/types/sizes.go