]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link: use correct alignment in PE DWARF sections
authorThan McIntosh <thanm@google.com>
Thu, 3 Jun 2021 18:50:10 +0000 (14:50 -0400)
committerThan McIntosh <thanm@google.com>
Thu, 3 Jun 2021 19:38:56 +0000 (19:38 +0000)
commit6d9830111402d9bd69893a8ad6074ac92a5ddd0d
treeb0d810c785f02bf6c1814b453fddd27d75247f86
parente0d029f75846f84f79e63f6100c57047f4a3fa98
cmd/link: use correct alignment in PE DWARF sections

Set the correct section flags to insure that .debug_* sections are
using 1-byte alignment instead of the default. This seems to be
important for later versions of LLVM-mingw on windows (shows up on the
windows/arm64 builder).

Updates #46406.

Change-Id: I023d5208374f867552ba68b45011f7990159868f
Reviewed-on: https://go-review.googlesource.com/c/go/+/324763
Trust: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/link/internal/ld/pe.go