cmd/link: dumpdep output is missing 'from' #73625
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Go version
go1.24.2
Output of
go env
in your module/workspace:GOVERSION='go1.24.2'
What did you do?
Consider the following:
built with
go build -gcflags="all=-N -l" -ldflags=-dumpdep .
What did you see happen?
Most of the output is of the form
from -> to
:e.g.
However some of the lines seem to be missing a
from
value.What did you expect to see?
Unless I'm missing something If the parent is missing I'd expect at least a
_
(go/src/cmd/link/internal/ld/deadcode.go
Line 370 in dad4f39
The text was updated successfully, but these errors were encountered: