You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -trimpath flag for the assembler tools no longer seems to work. It looks like it's probably broken for cmd/5g, etc. too.
cmd/old5a, cmd/5g, etc. use the -trimpath flag to directly set ctxt.Trimpath. cmd/asm uses it to set a TrimPath var, which is then copied into ctxt.Trimpath. In any case, the Trimpath field is never read from.
cmd/internal/obj's LineHist struct type has a TrimPathPrefix field, but it's never assigned to.
The text was updated successfully, but these errors were encountered:
The -trimpath flag for the assembler tools no longer seems to work. It looks like it's probably broken for cmd/5g, etc. too.
cmd/old5a, cmd/5g, etc. use the -trimpath flag to directly set ctxt.Trimpath. cmd/asm uses it to set a TrimPath var, which is then copied into ctxt.Trimpath. In any case, the Trimpath field is never read from.
cmd/internal/obj's LineHist struct type has a TrimPathPrefix field, but it's never assigned to.
The text was updated successfully, but these errors were encountered: