]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/goobj: regenerate builtinlist
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Nov 2024 20:51:28 +0000 (12:51 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 8 Nov 2024 21:16:36 +0000 (21:16 +0000)
commit99253ea4f49eb96a6448e0af88bcad523efe0c61
tree02787426d3459c41d49f713900b5c7e4736f34cf
parentb0bbfb1e0f8f3ea55e1e286d32b57daf96495878
cmd/internal/goobj: regenerate builtinlist

CL 622042 added rand as a compiler builtin, but did not update builtinlist.

Also update the mkbuiltin comment to refer to the current file location,
and add a comment for runtime.rand that it is called from the compiler.

For #54766

Change-Id: I99d2c0bb0658da333775afe2ed0447265c845c82
Reviewed-on: https://go-review.googlesource.com/c/go/+/626755
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/goobj/builtinlist.go
src/cmd/internal/goobj/mkbuiltin.go
src/runtime/rand.go