]> Cypherpunks repositories - gostls13.git/commit
cmd/link: regression test for issue #42484
authorAlessandro Arzilli <alessandro.arzilli@gmail.com>
Thu, 12 Nov 2020 15:02:55 +0000 (16:02 +0100)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Sun, 14 Mar 2021 21:10:45 +0000 (21:10 +0000)
commit3cdd5c3bcc53298dd7de39cb6e2bd600308988b8
treec9e224376c94f30de9b5cd6b0309ba1088e65be7
parenta8b59fe3cdaeeb40c87d55122a45a2e390e60d88
cmd/link: regression test for issue #42484

Adds test to check that the compiler does not emit duplicate debug_line
entries for the end of sequence address.

Updates #42484

Change-Id: I3c5d1d606fcfd758aa1fd83ecc51d8edc054398b
Reviewed-on: https://go-review.googlesource.com/c/go/+/270197
TryBot-Result: Go Bot <gobot@golang.org>
Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/dwarf_test.go
src/cmd/link/internal/ld/testdata/issue42484/main.go [new file with mode: 0644]