]> Cypherpunks repositories - gostls13.git/commit
go/internal/gccgoimporter: update for gofrontend export data changes
authorIan Lance Taylor <iant@golang.org>
Fri, 7 Jun 2019 00:19:11 +0000 (17:19 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 7 Jun 2019 13:39:26 +0000 (13:39 +0000)
commit7647fcd39292b5d36eb0f0be9750eecb03b1874c
treea681913b24b874827c659da2b6c14bdc03b09d9a
parent8969b051017343c31c6de8033c4c591824f86d97
go/internal/gccgoimporter: update for gofrontend export data changes

This recognizes new features that the gofrontend has started emitting
in the export data to support cross-package inlinable functions.

This is a port of CL 180677 and 180758 from the gofrontend repo.

Change-Id: I48af6e71f9d8b04ba874ea0c204d39d1d461f8ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/181118
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/go/internal/gccgoimporter/parser.go