mirror of https://github.com/golang/go.git
[dev.link] cmd/link: remove a stale comment
Change-Id: Ie1e259977459e72b83f880f35e5fea2a3c7c0af9 Reviewed-on: https://go-review.googlesource.com/c/go/+/247937 Reviewed-by: Cherry Zhang <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
3fc2e6b0ce
commit
f900d6014e
|
|
@ -1908,11 +1908,6 @@ func dwarfGenerateDebugInfo(ctxt *Link) {
|
|||
d.synthesizeslicetypes(ctxt, dwtypes.Child)
|
||||
d.synthesizemaptypes(ctxt, dwtypes.Child)
|
||||
d.synthesizechantypes(ctxt, dwtypes.Child)
|
||||
|
||||
// NB: at this stage we have all the DIE objects constructed, but
|
||||
// they have loader.Sym attributes and not sym.Symbol attributes.
|
||||
// At the point when loadlibfull runs we will need to visit
|
||||
// every DIE constructed and convert the symbols.
|
||||
}
|
||||
|
||||
// dwarfGenerateDebugSyms constructs debug_line, debug_frame, and
|
||||
|
|
|
|||
Loading…
Reference in New Issue