]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: prefer base.Fatalf to panic in dwarfgen
authorDerek Parker <parkerderek86@gmail.com>
Mon, 14 Jul 2025 22:28:59 +0000 (22:28 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 17:17:56 +0000 (10:17 -0700)
commitc641900f72a595ff2e826367b64e3e418c265409
treeacb3e7c14a5d0dccd8458ec69ad7e6c6b34af164
parentd71d8aeafd7aa5c2ff3da6a782acdd573a0409af
cmd/compile: prefer base.Fatalf to panic in dwarfgen

Updates a few spots which call `panic` to instead call `base.Fatalf`.

Change-Id: I30b73c7994caa647245b0e253f20e0b88185e644
GitHub-Last-Rev: b3839bbe424294f92a1f9448e5e0ac074e722e4d
GitHub-Pull-Request: golang/go#74616
Reviewed-on: https://go-review.googlesource.com/c/go/+/688035
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/dwarfgen/dwarf.go