]> Cypherpunks repositories - gostls13.git/commit
cmd/link: switch linker over to new debug lines from compiler
authorJeremy Faller <jeremy@golang.org>
Tue, 27 Aug 2019 17:16:40 +0000 (13:16 -0400)
committerJeremy Faller <jeremy@golang.org>
Thu, 26 Sep 2019 14:16:54 +0000 (14:16 +0000)
commit8506b7d42fa696a8a7ca7cea747e1509286fdfba
tree19e41dbd5be08913808a55c63bd8e24527dfa307
parent770a13546e2e98f59310297462115d0163a1cf1a
cmd/link: switch linker over to new debug lines from compiler

This switches the linker over to using the new debug_lines data
generated in the compiler.

Change-Id: If8362d6fcea7db60aaebab670ed6f702ab1c4908
Reviewed-on: https://go-review.googlesource.com/c/go/+/191968
Run-TryBot: Jeremy Faller <jeremy@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/dwarf.go
src/cmd/link/internal/ld/dwarf.go