Skip to content

Commit 6274148

Browse files
seankhliaogopherbot
authored andcommitted
runtime: remove linkname for gopanic
github.com/goplus/igop now renamed github.com/goplus/ixgo already requires checklinkname=0, so the special case can be removed. https://github.com/goplus/ixgo/tree/e0d0bfeb2de9cfbe0b6cd668f015a1ba35dfea76/ixgo go.undefinedlabs.com is no longer a resolvable domain, having been absorbed by Datadog. The original use in https://pkg.go.dev/go.undefinedlabs.com/scopeagent@v0.4.2/reflection probably shouldn't have qualified anyway with 0 known importers. For #67401 Change-Id: Ida6024e014f3304d4a4190f0bd9d12746a29b40b Reviewed-on: https://go-review.googlesource.com/c/go/+/721300 Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 7db2f0b commit 6274148

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/runtime/panic.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -793,10 +793,7 @@ var panicnil = &godebugInc{name: "panicnil"}
793793
// The compiler emits calls to this function.
794794
//
795795
// gopanic should be an internal detail,
796-
// but widely used packages access it using linkname.
797-
// Notable members of the hall of shame include:
798-
// - go.undefinedlabs.com/scopeagent
799-
// - github.com/goplus/igop
796+
// but historically, widely used packages access it using linkname.
800797
//
801798
// Do not remove or change the type signature.
802799
// See go.dev/issue/67401.

0 commit comments

Comments
 (0)