Skip to content

Commit 47b941f

Browse files
committed
cmd/link: add one more linkname to the blocklist
I missed one in the previous CL. Change-Id: I448a871523d7fb8f429b4482839d7f101ea003b6 Reviewed-on: https://go-review.googlesource.com/c/go/+/681497 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 34cf5f6 commit 47b941f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/cmd/link/internal/loader/loader.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,7 @@ var blockedLinknames = map[string][]string{
24002400
"runtime.mapdelete_faststr": {"runtime"},
24012401
// New internal linknames in Go 1.25
24022402
// Pushed from runtime
2403+
"internal/cpu.riscvHWProbe": {"internal/cpu"},
24032404
"internal/runtime/cgroup.throw": {"internal/runtime/cgroup"},
24042405
"internal/runtime/maps.typeString": {"internal/runtime/maps"},
24052406
"internal/synctest.IsInBubble": {"internal/synctest"},

0 commit comments

Comments
 (0)