]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: remove -newdw flag for phase 1 DWARF gen
authorThan McIntosh <thanm@google.com>
Fri, 21 Feb 2020 16:00:13 +0000 (11:00 -0500)
committerThan McIntosh <thanm@google.com>
Mon, 2 Mar 2020 13:35:06 +0000 (13:35 +0000)
commitb7d534688994ce4f544223f8a43be6958a9d1838
tree0213306b1463d6a5fccc365c514307099612ade1
parentd8b03c467831eeb12d0b7de0ea5e0b46c992f9b5
[dev.link] cmd/link: remove -newdw flag for phase 1 DWARF gen

Remove the "-newdw" command line option, a temporary placeholder/gate
for the first phase of new DWARF gen, along with some portions of the
sym.Symbol based DWARF type gen code. The remainder of the old code
will be removed in a subsequent patch.

Change-Id: I7870539f020fbf05d0345d3af2acf383fae94892
Reviewed-on: https://go-review.googlesource.com/c/go/+/220984
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/dwarf2.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/main.go