]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/dwarfgen: remove unversion
authorMatthew Dempsky <mdempsky@google.com>
Tue, 12 Sep 2023 10:17:23 +0000 (03:17 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 12 Sep 2023 18:52:49 +0000 (18:52 +0000)
commit661e3be4974f83c1071cde14da89a6a7b8cfa049
treeb330dd48a56ba283445e8e79e991e2ff3f42b203
parent4b17b36b3f0ea85728d8690c93a6483764804441
cmd/compile/internal/dwarfgen: remove unversion

The unified export data format doesn't rely on embedding version
numbers in local variable names anymore, so there's no need to look
for them.

While here, simplify the checking for "~r" or "~b" to just "~",
because the next commit is going to eliminate "~b", but introduce
"~p".

Change-Id: I3ac73150ee561c66356a0c4aee5290b44a4893ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/527695
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/dwarfgen/dwarf.go
src/cmd/compile/internal/dwarfgen/dwinl.go