]> Cypherpunks repositories - gostls13.git/commit
cmd/link: enable DWARF compression on Windows
authorHeschi Kreinick <heschi@google.com>
Tue, 19 Jun 2018 19:39:17 +0000 (15:39 -0400)
committerHeschi Kreinick <heschi@google.com>
Tue, 19 Jun 2018 22:13:43 +0000 (22:13 +0000)
commit83515df3f31cc70eab2ea4af77e675cabe1eefd5
tree28780aa543ea36a8caecc3cb00d5b4e25ac59ebe
parent500293d8dce663dafea7482f06a6c828faf4e88b
cmd/link: enable DWARF compression on Windows

Simple follow-on to CL 118276. Everything worked except that the
compressed sections need to be aligned at PEFILEALIGN.

Fixes #25927
Updates #11799

Change-Id: Iec871defe30e3e66055d64a5ae77d5a7aca355f5
Reviewed-on: https://go-review.googlesource.com/119816
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/link/internal/ld/dwarf.go