]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add support for //go:nointerface for -G=3
authorMatthew Dempsky <mdempsky@google.com>
Wed, 18 Aug 2021 21:36:45 +0000 (14:36 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 19 Aug 2021 00:26:22 +0000 (00:26 +0000)
commitc85695a117f1ec3b800ba14570876cfcd2075c1f
tree4e89dc7f4910ebf53edc916c1835a793b75593ab
parent322879d5c9dc34975a42ac77fbef7b4a8b255e8a
cmd/compile: add support for //go:nointerface for -G=3

This is used within Google's internal code repo, so getting it working
is a pre-req for enabling -G=3 by default.

Change-Id: Icbc570948c852ca09cdb2a59f778140f620244b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/343429
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/noder/decl.go
test/run.go