]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal: replace direct calls to Sym.LinksymABI
authorapocelipes <seve3r@outlook.com>
Mon, 4 Mar 2024 16:44:43 +0000 (16:44 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 4 Mar 2024 17:34:33 +0000 (17:34 +0000)
commitde487d561653e7f2ec7a54832c9edcb1d9754594
treedc1741903487470ca852950be7230172869efb92
parent4c08c125936b4ae3daff04cecf5309dd5dd1e2c5
cmd/compile/internal: replace direct calls to Sym.LinksymABI

Using (*Sym).LinksymABI(abi) directly is not recommended.

Replace with (*ir.Name).LinksymABI(abi).

Change-Id: I95d5d35240d4e1856ba511d828f6edefcee81b4f
GitHub-Last-Rev: 6787b65716ab82d2f35cda4f3839bfd85baa41dd
GitHub-Pull-Request: golang/go#66094
Reviewed-on: https://go-review.googlesource.com/c/go/+/568855
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ir/func.go