aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2026-02-27 23:38:49 -0500
committerCherry Mui <cherryyz@google.com>2026-03-31 10:19:51 -0700
commit97259c5d6b5928b4519a227b2e5a540259c49bbd (patch)
tree7a267450915c3a2e3275700053670bc5cc48028c /test/codegen
parentdb6661a2fd321d4af14efc48492144f86bb50c93 (diff)
downloadgo-97259c5d6b5928b4519a227b2e5a540259c49bbd.tar.xz
sync: replace linkname with import
The sync package uses linkname to access internal/runtime/atomic package's LoadAcquintptr and StoreReluintptr functions. It was not able to import the package when the package was runtime/internal/atomic. Now that it moves to internal/runtime, the sync package can just import it and call the functions normally. Change-Id: Ic7399e33d0e965fdcdf505be67a7f90e0260ddee Reviewed-on: https://go-review.googlesource.com/c/go/+/750160 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'test/codegen')
0 files changed, 0 insertions, 0 deletions