]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/importer: enable aliases
authorTim King <taking@google.com>
Fri, 9 Aug 2024 17:50:00 +0000 (10:50 -0700)
committerTim King <taking@google.com>
Thu, 15 Aug 2024 20:16:34 +0000 (20:16 +0000)
commit209ed1a9c75d17046285c416b74a14bb89799757
treea71eb4fec38ea88e5214203f1ef3c5a7ad33c564
parentf7cdadafbee0c7d78fcfd6c5281a82c6c7ac2a50
cmd/compile/internal/importer: enable aliases

Flips the pkgReader.enableAlias flag to true when reading unified IR.
This was disabled while resolving #66873. This resolves the TODO to
flip it back to true.

Updates #66873
Updates #68778

Change-Id: Ifd52b0f9510d6bcf151de1c9a18d71ab548c14e4
Reviewed-on: https://go-review.googlesource.com/c/go/+/604099
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/importer/ureader.go